home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.HTML.IE5_0.XSD < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  88.2 KB  |  2,318 lines

  1. ∩╗┐<?xml version='1.0' encoding='utf-8' ?>
  2. <xsd:schema version="1.0"
  3.     targetNamespace='http://schemas.microsoft.com/intellisense/ie5' 
  4.     elementFormDefault='qualified' 
  5.     xmlns='http://schemas.microsoft.com/intellisense/ie5' 
  6.     xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
  7.     xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense'
  8.     xmlns:fp='http://schemas.microsoft.com/FrontPageScripting' 
  9.     vs:clientom="ie5_0dom.tlb" 
  10.     vs:ishtmlschema="true" 
  11.     vs:isserverschema="false" 
  12.     vs:htmlflavor="4.0" 
  13.     vs:MultipleScriptLanguages="true"
  14.     vs:cssschema="Internet Explorer 5.0">
  15.     <!--
  16.      Warning:                                                                                    
  17.      Warning: 
  18.      Warning: Do not change the TargetNamespace above 
  19.      Warning: 
  20.      Warning: 
  21. -->
  22.  
  23.     <xsd:include schemaLocation="CommonHTMLTypes.xsd" />
  24.     <xsd:include schemaLocation="I18Languages.xsd" />
  25.  
  26.     <!-- Overrides the type from CommonHTMLTypes.xsd. -->
  27.     <xsd:simpleType name="scriptLanguage">
  28.         <xsd:union>
  29.             <xsd:simpleType>
  30.                 <xsd:restriction base="xsd:string">
  31.                     <xsd:enumeration value="javascript" />
  32.                     <xsd:enumeration value="jscript" />
  33.                     <xsd:enumeration value="vbs" />
  34.                     <xsd:enumeration value="vbscript" />
  35.                     <xsd:enumeration value="xml" />
  36.                 </xsd:restriction>
  37.             </xsd:simpleType>
  38.             <xsd:simpleType>
  39.                 <xsd:restriction base="xsd:string" />
  40.             </xsd:simpleType>
  41.         </xsd:union>
  42.     </xsd:simpleType>
  43.  
  44.     <!-- Adds "php" to the language attribute of script tag. -->
  45.     <xsd:simpleType name="scriptLanguageWithPhp">
  46.         <xsd:union>
  47.             <xsd:simpleType>
  48.                 <xsd:restriction base="xsd:string">
  49.                     <xsd:enumeration value="javascript" />
  50.                     <xsd:enumeration value="jscript" />
  51.                     <xsd:enumeration value="php" />
  52.                     <xsd:enumeration value="vbs" />
  53.                     <xsd:enumeration value="vbscript" />
  54.                     <xsd:enumeration value="xml" />
  55.                 </xsd:restriction>
  56.             </xsd:simpleType>
  57.             <xsd:simpleType>
  58.                 <xsd:restriction base="xsd:string" />
  59.             </xsd:simpleType>
  60.         </xsd:union>
  61.     </xsd:simpleType>
  62.  
  63.     <xsd:attributeGroup name="coreAttributeGroup">
  64.         <xsd:attributeGroup ref="runatAttributeGroup" />
  65.  
  66.         <xsd:attribute name="Class" vs:mapstoname="className" />
  67.         <xsd:attribute name="Title" />
  68.         <xsd:attribute name="Language" type="scriptLanguage" vs:readonly="true" />
  69.     </xsd:attributeGroup>
  70.  
  71.     <xsd:attributeGroup name="i18AttributeGroup">
  72.         <xsd:attribute name="Lang" type="i18LanguageCode" />
  73.         <xsd:attribute name="Dir" default="ltr">
  74.             <xsd:simpleType>
  75.                 <xsd:restriction base="xsd:NMTOKEN">
  76.                     <xsd:enumeration value="ltr" />
  77.                     <xsd:enumeration value="rtl" />
  78.                 </xsd:restriction>
  79.             </xsd:simpleType>
  80.         </xsd:attribute>
  81.     </xsd:attributeGroup>
  82.  
  83.     <!-- HTML+TIME -->
  84.     <xsd:attributeGroup name="smilAttributeGroup">
  85.         <xsd:attribute name="Accelerate" vs:nonbrowseable="true" />
  86.         <xsd:attribute name="Accumulate" vs:nonbrowseable="true" />
  87.         <xsd:attribute name="Additive" vs:nonbrowseable="true" />
  88.         <xsd:attribute name="AttributeName" vs:nonbrowseable="true" />
  89.         <xsd:attribute name="AutoReverse" vs:nonbrowseable="true" />
  90.         <xsd:attribute name="Begin" vs:nonbrowseable="true" />
  91.         <xsd:attribute name="Boundary" vs:nonbrowseable="true" />
  92.         <xsd:attribute name="By" vs:nonbrowseable="true" />
  93.         <xsd:attribute name="CalcMode" vs:nonbrowseable="true" />
  94.         <xsd:attribute name="ClipBegin" vs:nonbrowseable="true" />
  95.         <xsd:attribute name="ClipEnd" vs:nonbrowseable="true" />
  96.         <xsd:attribute name="Decelerate" vs:nonbrowseable="true" />
  97.         <xsd:attribute name="Dur" vs:nonbrowseable="true" />
  98.         <xsd:attribute name="End" vs:nonbrowseable="true" />
  99.         <xsd:attribute name="EndSync" vs:nonbrowseable="true" />
  100.         <xsd:attribute name="Fill" vs:nonbrowseable="true" />
  101.         <xsd:attribute name="From" vs:nonbrowseable="true" />
  102.         <xsd:attribute name="Higher" vs:nonbrowseable="true" />
  103.         <xsd:attribute name="ImmediateEnd" vs:nonbrowseable="true" />
  104.         <xsd:attribute name="KeySplines" vs:nonbrowseable="true" />
  105.         <xsd:attribute name="LongTransition" vs:nonbrowseable="true" />
  106.         <xsd:attribute name="Lower" vs:nonbrowseable="true" />
  107.         <xsd:attribute name="Mode" vs:nonbrowseable="true" />
  108.         <xsd:attribute name="Modulate" vs:nonbrowseable="true" />
  109.         <xsd:attribute name="MotifName" vs:nonbrowseable="true" />
  110.         <xsd:attribute name="Mute" vs:nonbrowseable="true" />
  111.         <xsd:attribute name="Origin" vs:nonbrowseable="true" />
  112.         <xsd:attribute name="Path" vs:nonbrowseable="true" />
  113.         <xsd:attribute name="Peers" vs:nonbrowseable="true" />
  114.         <xsd:attribute name="Player" vs:nonbrowseable="true" />
  115.         <xsd:attribute name="RepeatCount" vs:nonbrowseable="true" />
  116.         <xsd:attribute name="RepeatDur" vs:nonbrowseable="true" />
  117.         <xsd:attribute name="Restart" vs:nonbrowseable="true" />
  118.         <xsd:attribute name="SegmentType" vs:nonbrowseable="true" />
  119.         <xsd:attribute name="Speed" vs:nonbrowseable="true" />
  120.         <xsd:attribute name="SubType" vs:nonbrowseable="true" />
  121.         <xsd:attribute name="SyncBehavior" vs:nonbrowseable="true" />
  122.         <xsd:attribute name="SyncMaster" type="xsd:boolean" default="false" vs:nonbrowseable="true" />
  123.         <xsd:attribute name="SystemBitrate" vs:nonbrowseable="true" />
  124.         <xsd:attribute name="SystemCaptions" type="onoffType" default="off" vs:nonbrowseable="true" />
  125.         <xsd:attribute name="SystemLanguage" vs:nonbrowseable="true" />
  126.         <xsd:attribute name="SystemOverdubOrSubtitle" default="overdub" vs:nonbrowseable="true">
  127.             <xsd:simpleType>
  128.                 <xsd:restriction base="xsd:NMTOKEN">
  129.                     <xsd:enumeration value="overdub" />
  130.                     <xsd:enumeration value="subtitle" />
  131.                 </xsd:restriction>
  132.             </xsd:simpleType>
  133.         </xsd:attribute>
  134.         <xsd:attribute name="TargetElement" vs:nonbrowseable="true" />
  135.         <xsd:attribute name="TimeAction" vs:nonbrowseable="true" />
  136.         <xsd:attribute name="TimeContainer" default="none" vs:nonbrowseable="true">
  137.             <xsd:simpleType>
  138.                 <xsd:restriction base="xsd:NMTOKEN">
  139.                     <xsd:enumeration value="excl" />
  140.                     <xsd:enumeration value="none" />
  141.                     <xsd:enumeration value="par" />
  142.                     <xsd:enumeration value="seq" />
  143.                 </xsd:restriction>
  144.             </xsd:simpleType>
  145.         </xsd:attribute>
  146.         <xsd:attribute name="To" vs:nonbrowseable="true" />
  147.         <xsd:attribute name="TransitionType" vs:nonbrowseable="true" />
  148.         <xsd:attribute name="SystemLanguage" vs:nonbrowseable="true" />
  149.         <xsd:attribute name="UpdateMode" vs:nonbrowseable="true" />
  150.         <xsd:attribute name="Values" vs:nonbrowseable="true" />
  151.         <xsd:attribute name="Volume" vs:nonbrowseable="true" />
  152.     </xsd:attributeGroup>
  153.  
  154.     <xsd:attributeGroup name="commonAttributeGroup">
  155.         <xsd:attributeGroup ref="coreAttributeGroup" />
  156.         <xsd:attributeGroup ref="i18AttributeGroup" />
  157.         <xsd:attribute name="Style" vs:builder="style" />
  158.     </xsd:attributeGroup>
  159.  
  160.     <xsd:attributeGroup name="focusAttributeGroup">
  161.         <xsd:attributeGroup ref="commonAttributeGroup" />
  162.         <xsd:attribute name="AccessKey" />
  163.         <xsd:attribute name="TabIndex" />
  164.     </xsd:attributeGroup>
  165.  
  166.     <xsd:attributeGroup name="simpleElementAttributeGroup">
  167.         <xsd:attributeGroup ref="focusAttributeGroup" />
  168.         <xsd:attributeGroup ref="smilAttributeGroup" />
  169.     </xsd:attributeGroup>
  170.  
  171.      <xsd:attributeGroup name="dataFormatAttributeGroup">
  172.         <xsd:attributeGroup ref="dataAttributeGroup" />
  173.         <xsd:attribute name="DataFormatAs" default="text" vs:nonbrowseable="true">
  174.             <xsd:simpleType>
  175.                 <xsd:restriction base="xsd:NMTOKEN">
  176.                     <xsd:enumeration value="html" />
  177.                     <xsd:enumeration value="text" />
  178.                     <xsd:enumeration value="localized-text" />
  179.                 </xsd:restriction>
  180.             </xsd:simpleType>
  181.         </xsd:attribute>
  182.     </xsd:attributeGroup>
  183.  
  184.      <xsd:attributeGroup name="dataAttributeGroup">
  185.         <xsd:attribute name="DataFld" vs:nonbrowseable="true" />
  186.         <xsd:attribute name="DataSrc" vs:nonbrowseable="true" />
  187.     </xsd:attributeGroup>
  188.  
  189.     <!-- Commonly used event groups -->
  190.  
  191.     <xsd:attributeGroup name="mouseEventsGroup">
  192.         <xsd:attribute name="onclick" vs:omtype="event" />
  193.         <xsd:attribute name="ondblclick" vs:omtype="event" />
  194.         <xsd:attribute name="onmousedown" vs:omtype="event" />
  195.         <xsd:attribute name="onmousemove" vs:omtype="event" />
  196.         <xsd:attribute name="onmouseout" vs:omtype="event" />
  197.         <xsd:attribute name="onmouseover" vs:omtype="event" />
  198.         <xsd:attribute name="onmouseup" vs:omtype="event" />
  199.     </xsd:attributeGroup>
  200.  
  201.     <xsd:attributeGroup name="inputEventsGroup">
  202.         <xsd:attribute name="onkeydown" vs:omtype="event" />
  203.         <xsd:attribute name="onkeypress" vs:omtype="event" />
  204.         <xsd:attribute name="onkeyup" vs:omtype="event" />
  205.         <xsd:attributeGroup ref="mouseEventsGroup" />
  206.     </xsd:attributeGroup>
  207.  
  208.     <xsd:attributeGroup name="focusEventsGroup">
  209.         <xsd:attribute name="onblur" vs:omtype="event" />
  210.         <xsd:attribute name="onfocus" vs:omtype="event" />
  211.     </xsd:attributeGroup>
  212.  
  213.     <xsd:attributeGroup name="moveEventsGroup">
  214.         <xsd:attribute name="onresize" vs:omtype="event" />
  215.     </xsd:attributeGroup>
  216.  
  217.     <xsd:attributeGroup name="commonEventsGroup">
  218.         <xsd:attributeGroup ref="inputEventsGroup" />
  219.         <xsd:attributeGroup ref="focusEventsGroup" />
  220.         <xsd:attributeGroup ref="moveEventsGroup" />
  221.         <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  222.         <xsd:attribute name="onpropertychange" vs:omtype="event" />
  223.         <xsd:attribute name="onhelp" vs:omtype="event" />
  224.     </xsd:attributeGroup>
  225.  
  226.      <xsd:attributeGroup name="recordsetEventsGroup">
  227.         <xsd:attribute name="onrowenter" vs:omtype="event" />
  228.         <xsd:attribute name="onrowexit" vs:omtype="event" />
  229.         <xsd:attribute name="onrowsdelete" vs:omtype="event" />
  230.         <xsd:attribute name="onrowsinserted" vs:omtype="event" />
  231.         <xsd:attribute name="ondataavailable" vs:omtype="event" />
  232.         <xsd:attribute name="ondatasetchanged" vs:omtype="event" />
  233.         <xsd:attribute name="ondatasetcomplete" vs:omtype="event" />
  234.     </xsd:attributeGroup>
  235.  
  236.      <xsd:attributeGroup name="loadEventsGroup">
  237.         <xsd:attribute name="onload" vs:omtype="event" />
  238.         <xsd:attribute name="onunload" vs:omtype="event" />
  239.         <xsd:attribute name="onbeforeunload" vs:omtype="event" />
  240.     </xsd:attributeGroup>
  241.  
  242.      <xsd:attributeGroup name="updateEventsGroup">
  243.         <xsd:attribute name="onafterupdate" vs:omtype="event" />
  244.         <xsd:attribute name="onerrorupdate" vs:omtype="event" />
  245.     </xsd:attributeGroup>
  246.  
  247.     <xsd:attributeGroup name="simpleElementEventsGroup">
  248.         <xsd:attributeGroup ref="commonEventsGroup" />
  249.     </xsd:attributeGroup>
  250.  
  251.     <xsd:group name="BlockContent">
  252.         <xsd:choice>
  253.             <xsd:element ref="address" />
  254.             <xsd:element ref="basefont" />
  255.             <xsd:element ref="blockquote" />
  256.             <xsd:element ref="center" />
  257.             <xsd:element ref="dir" />
  258.             <xsd:element ref="div" />
  259.             <xsd:element ref="dl" />
  260.             <xsd:element ref="fieldset" />
  261.             <xsd:element ref="form" />
  262.             <xsd:element ref="h1" />
  263.             <xsd:element ref="h2" />
  264.             <xsd:element ref="h3" />
  265.             <xsd:element ref="h4" />
  266.             <xsd:element ref="h5" />
  267.             <xsd:element ref="h6" />
  268.             <xsd:element ref="hr" />
  269.             <xsd:element ref="isindex" />
  270.             <xsd:element ref="listing" />
  271.             <xsd:element ref="marquee" />
  272.             <xsd:element ref="menu" />
  273.             <xsd:element ref="noembed" />
  274.             <xsd:element ref="noframes" />
  275.             <xsd:element ref="noscript" />
  276.             <xsd:element ref="ol" />
  277.             <xsd:element ref="p" />
  278.             <xsd:element ref="plaintext" />
  279.             <xsd:element ref="pre" />
  280.             <xsd:element ref="table" />
  281.             <xsd:element ref="ul" />
  282.             <xsd:element ref="xml" />
  283.             <xsd:element ref="xmp" />
  284.         </xsd:choice>
  285.     </xsd:group>
  286.     <xsd:group name="BasefontContent">
  287.         <xsd:choice>
  288.             <xsd:element ref="applet" />
  289.             <xsd:element ref="b" />
  290.             <xsd:element ref="bdo" />
  291.             <xsd:element ref="big" />
  292.             <xsd:element ref="br" />
  293.             <xsd:element ref="button" />
  294.             <xsd:element ref="cite" />
  295.             <xsd:element ref="code" />
  296.             <xsd:element ref="dfn" />
  297.             <xsd:element ref="em" />
  298.             <xsd:element ref="embed" />
  299.             <xsd:element ref="font" />
  300.             <xsd:element ref="i" />
  301.             <xsd:element ref="iframe" />
  302.             <xsd:element ref="img" />
  303.             <xsd:element ref="input" />
  304.             <xsd:element ref="kbd" />
  305.             <xsd:element ref="label" />
  306.             <xsd:element ref="map" />
  307.             <xsd:element ref="nobr" />
  308.             <xsd:element ref="object" />
  309.             <xsd:element ref="q" />
  310.             <xsd:element ref="s" />
  311.             <xsd:element ref="samp" />
  312.             <xsd:element ref="script" />
  313.             <xsd:element ref="select" />
  314.             <xsd:element ref="small" />
  315.             <xsd:element ref="span" />
  316.             <xsd:element ref="strike" />
  317.             <xsd:element ref="strong" />
  318.             <xsd:element ref="sub" />
  319.             <xsd:element ref="sup" />
  320.             <xsd:element ref="textarea" />
  321.             <xsd:element ref="tt" />
  322.             <xsd:element ref="u" />
  323.             <xsd:element ref="var" />
  324.             <xsd:element ref="wbr" />
  325.             <xsd:element ref="address" />
  326.             <xsd:element ref="basefont" />
  327.             <xsd:element ref="blockquote" />
  328.             <xsd:element ref="dir" />
  329.             <xsd:element ref="div" />
  330.             <xsd:element ref="dl" />
  331.             <xsd:element ref="fieldset" />
  332.             <xsd:element ref="form" />
  333.             <xsd:element ref="h1" />
  334.             <xsd:element ref="h2" />
  335.             <xsd:element ref="h3" />
  336.             <xsd:element ref="h4" />
  337.             <xsd:element ref="h5" />
  338.             <xsd:element ref="h6" />
  339.             <xsd:element ref="hr" />
  340.             <xsd:element ref="isindex" />
  341.             <xsd:element ref="listing" />
  342.             <xsd:element ref="marquee" />
  343.             <xsd:element ref="menu" />
  344.             <xsd:element ref="noembed" />
  345.             <xsd:element ref="noframes" />
  346.             <xsd:element ref="noscript" />
  347.             <xsd:element ref="ol" />
  348.             <xsd:element ref="p" />
  349.             <xsd:element ref="plaintext" />
  350.             <xsd:element ref="pre" />
  351.             <xsd:element ref="ul" />
  352.             <xsd:element ref="xmp" />
  353.         </xsd:choice>
  354.     </xsd:group>
  355.     <xsd:group name="FormContent">
  356.         <xsd:choice>
  357.             <xsd:element ref="button" />
  358.             <xsd:element ref="input" />
  359.             <xsd:element ref="label" />
  360.             <xsd:element ref="select" />
  361.             <xsd:element ref="textarea" />
  362.         </xsd:choice>
  363.     </xsd:group>
  364.     <xsd:group name="ButtonContent">
  365.         <xsd:choice>
  366.             <xsd:element ref="applet" />
  367.             <xsd:element ref="b" />
  368.             <xsd:element ref="bdo" />
  369.             <xsd:element ref="big" />
  370.             <xsd:element ref="br" />
  371.             <xsd:element ref="cite" />
  372.             <xsd:element ref="code" />
  373.             <xsd:element ref="dfn" />
  374.             <xsd:element ref="em" />
  375.             <xsd:element ref="embed" />
  376.             <xsd:element ref="font" />
  377.             <xsd:element ref="i" />
  378.             <xsd:element ref="iframe" />
  379.             <xsd:element ref="img" />
  380.             <xsd:element ref="input" />
  381.             <xsd:element ref="kbd" />
  382.             <xsd:element ref="label" />
  383.             <xsd:element ref="map" />
  384.             <xsd:element ref="nobr" />
  385.             <xsd:element ref="object" />
  386.             <xsd:element ref="q" />
  387.             <xsd:element ref="s" />
  388.             <xsd:element ref="samp" />
  389.             <xsd:element ref="script" />
  390.             <xsd:element ref="select" />
  391.             <xsd:element ref="small" />
  392.             <xsd:element ref="span" />
  393.             <xsd:element ref="strike" />
  394.             <xsd:element ref="strong" />
  395.             <xsd:element ref="sub" />
  396.             <xsd:element ref="sup" />
  397.             <xsd:element ref="textarea" />
  398.             <xsd:element ref="tt" />
  399.             <xsd:element ref="u" />
  400.             <xsd:element ref="var" />
  401.             <xsd:element ref="wbr" />
  402.             <xsd:element ref="address" />
  403.             <xsd:element ref="basefont" />
  404.             <xsd:element ref="blockquote" />
  405.             <xsd:element ref="dir" />
  406.             <xsd:element ref="div" />
  407.             <xsd:element ref="dl" />
  408.             <xsd:element ref="h1" />
  409.             <xsd:element ref="h2" />
  410.             <xsd:element ref="h3" />
  411.             <xsd:element ref="h4" />
  412.             <xsd:element ref="h5" />
  413.             <xsd:element ref="h6" />
  414.             <xsd:element ref="hr" />
  415.             <xsd:element ref="listing" />
  416.             <xsd:element ref="marquee" />
  417.             <xsd:element ref="menu" />
  418.             <xsd:element ref="noembed" />
  419.             <xsd:element ref="noframes" />
  420.             <xsd:element ref="noscript" />
  421.             <xsd:element ref="ol" />
  422.             <xsd:element ref="p" />
  423.             <xsd:element ref="plaintext" />
  424.             <xsd:element ref="pre" />
  425.             <xsd:element ref="table" />
  426.             <xsd:element ref="ul" />
  427.             <xsd:element ref="xmp" />
  428.         </xsd:choice>
  429.     </xsd:group>
  430.     <xsd:group name="InlineContent">
  431.         <xsd:choice>
  432.             <xsd:element ref="a" />
  433.             <xsd:element ref="acronym" />
  434.             <xsd:element ref="applet" />
  435.             <xsd:element ref="b" />
  436.             <xsd:element ref="bdo" />
  437.             <xsd:element ref="big" />
  438.             <xsd:element ref="br" />
  439.             <xsd:element ref="button" />
  440.             <xsd:element ref="cite" />
  441.             <xsd:element ref="code" />
  442.             <xsd:element ref="del" />
  443.             <xsd:element ref="dfn" />
  444.             <xsd:element ref="em" />
  445.             <xsd:element ref="embed" />
  446.             <xsd:element ref="font" />
  447.             <xsd:element ref="i" />
  448.             <xsd:element ref="iframe" />
  449.             <xsd:element ref="img" />
  450.             <xsd:element ref="input" />
  451.             <xsd:element ref="ins" />
  452.             <xsd:element ref="kbd" />
  453.             <xsd:element ref="label" />
  454.             <xsd:element ref="map" />
  455.             <xsd:element ref="nobr" />
  456.             <xsd:element ref="object" />
  457.             <xsd:element ref="q" />
  458.             <xsd:element ref="ruby" />
  459.             <xsd:element ref="s" />
  460.             <xsd:element ref="samp" />
  461.             <xsd:element ref="script" />
  462.             <xsd:element ref="select" />
  463.             <xsd:element ref="small" />
  464.             <xsd:element ref="span" />
  465.             <xsd:element ref="strike" />
  466.             <xsd:element ref="strong" />
  467.             <xsd:element ref="sub" />
  468.             <xsd:element ref="sup" />
  469.             <xsd:element ref="textarea" />
  470.             <xsd:element ref="tt" />
  471.             <xsd:element ref="u" />
  472.             <xsd:element ref="var" />
  473.             <xsd:element ref="wbr" />
  474.         </xsd:choice>
  475.     </xsd:group>
  476.     <xsd:group name="FormElementContent">
  477.         <xsd:choice>
  478.             <xsd:element ref="a" />
  479.             <xsd:element ref="acronym" />
  480.             <xsd:element ref="applet" />
  481.             <xsd:element ref="b" />
  482.             <xsd:element ref="bdo" />
  483.             <xsd:element ref="big" />
  484.             <xsd:element ref="br" />
  485.             <xsd:element ref="button" />
  486.             <xsd:element ref="cite" />
  487.             <xsd:element ref="code" />
  488.             <xsd:element ref="dfn" />
  489.             <xsd:element ref="em" />
  490.             <xsd:element ref="embed" />
  491.             <xsd:element ref="font" />
  492.             <xsd:element ref="i" />
  493.             <xsd:element ref="iframe" />
  494.             <xsd:element ref="img" />
  495.             <xsd:element ref="input" />
  496.             <xsd:element ref="kbd" />
  497.             <xsd:element ref="label" />
  498.             <xsd:element ref="map" />
  499.             <xsd:element ref="nobr" />
  500.             <xsd:element ref="object" />
  501.             <xsd:element ref="q" />
  502.             <xsd:element ref="s" />
  503.             <xsd:element ref="samp" />
  504.             <xsd:element ref="script" />
  505.             <xsd:element ref="select" />
  506.             <xsd:element ref="small" />
  507.             <xsd:element ref="span" />
  508.             <xsd:element ref="strike" />
  509.             <xsd:element ref="strong" />
  510.             <xsd:element ref="sub" />
  511.             <xsd:element ref="sup" />
  512.             <xsd:element ref="textarea" />
  513.             <xsd:element ref="tt" />
  514.             <xsd:element ref="u" />
  515.             <xsd:element ref="var" />
  516.             <xsd:element ref="wbr" />
  517.             <xsd:element ref="address" />
  518.             <xsd:element ref="basefont" />
  519.             <xsd:element ref="blockquote" />
  520.             <xsd:element ref="dir" />
  521.             <xsd:element ref="div" />
  522.             <xsd:element ref="dl" />
  523.             <xsd:element ref="fieldset" />
  524.             <xsd:element ref="h1" />
  525.             <xsd:element ref="h2" />
  526.             <xsd:element ref="h3" />
  527.             <xsd:element ref="h4" />
  528.             <xsd:element ref="h5" />
  529.             <xsd:element ref="h6" />
  530.             <xsd:element ref="hr" />
  531.             <xsd:element ref="isindex" />
  532.             <xsd:element ref="listing" />
  533.             <xsd:element ref="marquee" />
  534.             <xsd:element ref="menu" />
  535.             <xsd:element ref="noembed" />
  536.             <xsd:element ref="noframes" />
  537.             <xsd:element ref="noscript" />
  538.             <xsd:element ref="ol" />
  539.             <xsd:element ref="p" />
  540.             <xsd:element ref="plaintext" />
  541.             <xsd:element ref="pre" />
  542.             <xsd:element ref="table" />
  543.             <xsd:element ref="ul" />
  544.             <xsd:element ref="xmp" />
  545.         </xsd:choice>
  546.     </xsd:group>
  547.     <xsd:group name="AContent">
  548.         <xsd:choice>
  549.             <xsd:element ref="applet" />
  550.             <xsd:element ref="acronym" />
  551.             <xsd:element ref="b" />
  552.             <xsd:element ref="bdo" />
  553.             <xsd:element ref="big" />
  554.             <xsd:element ref="br" />
  555.             <xsd:element ref="button" />
  556.             <xsd:element ref="cite" />
  557.             <xsd:element ref="code" />
  558.             <xsd:element ref="dfn" />
  559.             <xsd:element ref="em" />
  560.             <xsd:element ref="embed" />
  561.             <xsd:element ref="font" />
  562.             <xsd:element ref="i" />
  563.             <xsd:element ref="iframe" />
  564.             <xsd:element ref="img" />
  565.             <xsd:element ref="input" />
  566.             <xsd:element ref="kbd" />
  567.             <xsd:element ref="label" />
  568.             <xsd:element ref="map" />
  569.             <xsd:element ref="nobr" />
  570.             <xsd:element ref="object" />
  571.             <xsd:element ref="q" />
  572.             <xsd:element ref="s" />
  573.             <xsd:element ref="samp" />
  574.             <xsd:element ref="script" />
  575.             <xsd:element ref="select" />
  576.             <xsd:element ref="small" />
  577.             <xsd:element ref="span" />
  578.             <xsd:element ref="strike" />
  579.             <xsd:element ref="strong" />
  580.             <xsd:element ref="sub" />
  581.             <xsd:element ref="sup" />
  582.             <xsd:element ref="textarea" />
  583.             <xsd:element ref="tt" />
  584.             <xsd:element ref="u" />
  585.             <xsd:element ref="var" />
  586.             <xsd:element ref="wbr" />
  587.         </xsd:choice>
  588.     </xsd:group>
  589.     <xsd:group name="PreContent">
  590.         <xsd:choice>
  591.             <xsd:element ref="a" />
  592.             <xsd:element ref="acronym" />
  593.             <xsd:element ref="b" />
  594.             <xsd:element ref="bdo" />
  595.             <xsd:element ref="br" />
  596.             <xsd:element ref="button" />
  597.             <xsd:element ref="cite" />
  598.             <xsd:element ref="code" />
  599.             <xsd:element ref="dfn" />
  600.             <xsd:element ref="em" />
  601.             <xsd:element ref="embed" />
  602.             <xsd:element ref="i" />
  603.             <xsd:element ref="input" />
  604.             <xsd:element ref="kbd" />
  605.             <xsd:element ref="label" />
  606.             <xsd:element ref="map" />
  607.             <xsd:element ref="q" />
  608.             <xsd:element ref="s" />
  609.             <xsd:element ref="samp" />
  610.             <xsd:element ref="script" />
  611.             <xsd:element ref="select" />
  612.             <xsd:element ref="span" />
  613.             <xsd:element ref="strike" />
  614.             <xsd:element ref="strong" />
  615.             <xsd:element ref="textarea" />
  616.             <xsd:element ref="tt" />
  617.             <xsd:element ref="u" />
  618.             <xsd:element ref="var" />
  619.             <xsd:element ref="xml" />
  620.             <xsd:element ref="wbr" />
  621.         </xsd:choice>
  622.     </xsd:group>
  623.     <xsd:group name="LabelContent">
  624.         <xsd:choice>
  625.             <xsd:element ref="a" />
  626.             <xsd:element ref="applet" />
  627.             <xsd:element ref="acronym" />
  628.             <xsd:element ref="b" />
  629.             <xsd:element ref="bdo" />
  630.             <xsd:element ref="big" />
  631.             <xsd:element ref="br" />
  632.             <xsd:element ref="button" />
  633.             <xsd:element ref="cite" />
  634.             <xsd:element ref="code" />
  635.             <xsd:element ref="dfn" />
  636.             <xsd:element ref="em" />
  637.             <xsd:element ref="embed" />
  638.             <xsd:element ref="font" />
  639.             <xsd:element ref="i" />
  640.             <xsd:element ref="iframe" />
  641.             <xsd:element ref="img" />
  642.             <xsd:element ref="input" />
  643.             <xsd:element ref="kbd" />
  644.             <xsd:element ref="map" />
  645.             <xsd:element ref="nobr" />
  646.             <xsd:element ref="object" />
  647.             <xsd:element ref="q" />
  648.             <xsd:element ref="s" />
  649.             <xsd:element ref="samp" />
  650.             <xsd:element ref="script" />
  651.             <xsd:element ref="select" />
  652.             <xsd:element ref="small" />
  653.             <xsd:element ref="span" />
  654.             <xsd:element ref="strike" />
  655.             <xsd:element ref="strong" />
  656.             <xsd:element ref="sub" />
  657.             <xsd:element ref="sup" />
  658.             <xsd:element ref="textarea" />
  659.             <xsd:element ref="tt" />
  660.             <xsd:element ref="u" />
  661.             <xsd:element ref="var" />
  662.             <xsd:element ref="wbr" />
  663.         </xsd:choice>
  664.     </xsd:group>
  665.     <xsd:element name="a" vs:clientom="anchor" vs:disallowedancestor="a" fp:default="onclick">
  666.         <xsd:complexType mixed="true">
  667.             <!-- Content Model -->
  668.             <xsd:choice>
  669.                 <xsd:group ref="AContent" />
  670.             </xsd:choice>
  671.             <!-- Attributes -->
  672.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  673.             <xsd:attribute name="Name" />
  674.             <xsd:attribute name="Methods" />
  675.             <xsd:attribute name="Rel" type="linkType" />
  676.             <xsd:attribute name="Rev" type="linkType" />
  677.             <xsd:attribute name="Target" type="frameTarget" />
  678.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  679.             <xsd:attribute name="Type" type="simpleContentType" />
  680.             <xsd:attribute name="URN" />
  681.             <xsd:attribute name="Disabled" vs:standalone="true" />
  682.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  683.             <xsd:attributeGroup ref="dataAttributeGroup" />
  684.             <!-- Events -->
  685.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  686.             <xsd:attributeGroup ref="updateEventsGroup" />
  687.          </xsd:complexType>
  688.     </xsd:element>
  689.     <xsd:element name="acronym" type="simpleInlineElement" vs:clientom="phrase" fp:default="onclick" />
  690.     <xsd:element name="address" vs:clientom="block" fp:default="onclick">
  691.         <xsd:complexType mixed="true">
  692.             <!-- Content Model -->
  693.             <xsd:choice>
  694.                 <xsd:group ref="InlineContent" />
  695.                 <xsd:element ref="p" />
  696.             </xsd:choice>
  697.             <!-- Attributes -->
  698.             <xsd:attribute name="Disabled" vs:standalone="true" />
  699.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  700.             <!-- Events -->
  701.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  702.         </xsd:complexType>
  703.     </xsd:element>
  704.     <xsd:element name="applet" fp:default="onload">
  705.         <xsd:complexType mixed="true">
  706.             <!-- Content Model -->
  707.             <xsd:choice>
  708.                 <xsd:group ref="InlineContent" />
  709.                 <xsd:group ref="BlockContent" />
  710.                 <xsd:element ref="param" />
  711.             </xsd:choice>
  712.             <!-- Attributes -->
  713.             <xsd:attribute name="Align" type="blockAlignType" />
  714.             <xsd:attribute name="Alt" />
  715.             <xsd:attribute name="Code" type="xsd:anyURI" vs:preferredextensions=".class" />
  716.             <xsd:attribute name="CodeBase" />
  717.             <xsd:attribute name="Disabled" vs:standalone="true" />
  718.             <xsd:attribute name="HSpace" type="ui4" />
  719.             <xsd:attribute name="Name" />
  720.             <xsd:attribute name="Src" type="xsd:anyURI" vs:preferredextensions=".java" />
  721.             <xsd:attribute name="VSpace" type="ui4" />
  722.             <xsd:attributeGroup ref="focusAttributeGroup" />
  723.             <xsd:attributeGroup ref="dataAttributeGroup" />
  724.             <!-- Events -->
  725.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  726.              <xsd:attributeGroup ref="recordsetEventsGroup" />
  727.             <xsd:attribute name="onscroll" vs:omtype="event" />
  728.         </xsd:complexType>
  729.     </xsd:element>
  730.     <xsd:element name="area" fp:default="onclick">
  731.         <xsd:complexType >
  732.             <!-- Attributes -->
  733.             <xsd:attribute name="Alt"/>
  734.             <xsd:attribute name="Coords" />
  735.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  736.             <xsd:attribute name="NoHRef" vs:standalone="true" />
  737.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  738.             <xsd:attribute name="Target" type="frameTarget" />
  739.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  740.             <!-- Events -->
  741.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  742.          </xsd:complexType>
  743.     </xsd:element>
  744.     <xsd:element name="b" type="simpleInlineElement" fp:default="onmouseover" />
  745.     <xsd:element name="base" fp:default="onreadystatechange">
  746.         <xsd:complexType mixed="true">
  747.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  748.             <xsd:attribute name="Target" type="frameTarget" />
  749.             <xsd:attributeGroup ref="runatAttributeGroup" />
  750.             <!-- Events -->
  751.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  752.         </xsd:complexType>
  753.     </xsd:element>
  754.     <xsd:element name="basefont" vs:deprecated="true">
  755.         <xsd:complexType mixed="true">
  756.             <xsd:choice>
  757.                 <xsd:group ref="BasefontContent" />
  758.             </xsd:choice>
  759.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  760.             <xsd:attribute name="Face" vs:builder="font" />
  761.             <xsd:attribute name="Size" type="xsd:integer" />
  762.             <!-- Events -->
  763.             <xsd:attributeGroup ref="runatAttributeGroup" />
  764.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  765.         </xsd:complexType>
  766.     </xsd:element>
  767.     <xsd:element name="bdo" type="simpleInlineElement" vs:clientom="phrase" fp:default="onclick" />
  768.     <xsd:element name="bgsound">
  769.         <xsd:complexType >
  770.             <xsd:attribute name="Balance" default="0" type="xsd:integer" />
  771.             <xsd:attribute name="Loop" type="xsd:integer" />
  772.             <xsd:attribute name="Src" type="xsd:anyURI" />
  773.             <xsd:attribute name="Volume" type="xsd:integer" />
  774.             <xsd:attributeGroup ref="runatAttributeGroup" />
  775.             <!-- Events -->
  776.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  777.         </xsd:complexType>
  778.     </xsd:element>
  779.     <xsd:element name="big" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  780.     <xsd:element name="blockquote" vs:clientom="block" fp:default="onmouseover">
  781.         <xsd:complexType mixed="true">
  782.             <xsd:choice>
  783.                 <xsd:group ref="InlineContent" />
  784.                 <xsd:group ref="BlockContent" />
  785.             </xsd:choice>
  786.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  787.             <!-- Events -->
  788.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  789.         </xsd:complexType>
  790.     </xsd:element>
  791.     <xsd:element name="body" fp:default="onload">
  792.         <xsd:complexType mixed="true">
  793.             <xsd:choice>
  794.                 <xsd:group ref="InlineContent" />
  795.                 <xsd:group ref="BlockContent" />
  796.             </xsd:choice>
  797.             <xsd:attribute name="ALink" type="colorType" vs:builder="color" />
  798.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  799.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  800.             <xsd:attribute name="BgProperties">
  801.                 <xsd:simpleType>
  802.                     <xsd:restriction base="xsd:NMTOKEN">
  803.                         <xsd:enumeration value="fixed" />
  804.                     </xsd:restriction>
  805.                 </xsd:simpleType>
  806.             </xsd:attribute>
  807.             <xsd:attribute name="BottomMargin" />
  808.             <xsd:attribute name="LeftMargin" />
  809.             <xsd:attribute name="Link" type="colorType" vs:builder="color" />
  810.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  811.             <xsd:attribute name="RightMargin" />
  812.             <xsd:attribute name="Scroll" type="scrollingType" default="yes" />
  813.             <xsd:attribute name="Text" type="colorType" vs:builder="color" />
  814.             <xsd:attribute name="TopMargin" />
  815.             <xsd:attribute name="VLink" type="colorType" vs:builder="color" />
  816.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  817.             <!-- Events -->
  818.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  819.             <xsd:attributeGroup ref="loadEventsGroup" />
  820.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  821.             <xsd:attribute name="onscroll" vs:omtype="event" />
  822.             <!-- The following events are defined in the window object -->
  823.             <xsd:attribute name="onerror" vs:omtype="event" />            
  824.         </xsd:complexType>
  825.     </xsd:element>
  826.     <xsd:element name="br">
  827.         <xsd:complexType>
  828.             <xsd:attribute name="Clear" default="none">
  829.                 <xsd:simpleType>
  830.                     <xsd:restriction base="xsd:NMTOKEN">
  831.                         <xsd:enumeration value="all" />
  832.                         <xsd:enumeration value="left" />
  833.                         <xsd:enumeration value="none" />
  834.                         <xsd:enumeration value="right" />
  835.                     </xsd:restriction>
  836.                 </xsd:simpleType>
  837.             </xsd:attribute>
  838.             <xsd:attributeGroup ref="coreAttributeGroup" />
  839.             <xsd:attribute name="Style" vs:builder="style" />
  840.             <!-- Events -->
  841.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  842.         </xsd:complexType>
  843.     </xsd:element>
  844.     <xsd:element name="button" fp:default="onclick">
  845.         <xsd:complexType mixed="true">
  846.             <xsd:choice>
  847.                 <xsd:group ref="ButtonContent" />
  848.             </xsd:choice>
  849.             <xsd:attribute name="Disabled" vs:standalone="true" />
  850.             <xsd:attribute name="Name" />
  851.             <xsd:attribute name="Type" vs:readonly="true">
  852.                 <xsd:simpleType>
  853.                     <xsd:restriction base="xsd:NMTOKEN">
  854.                         <xsd:enumeration value="button" />
  855.                         <xsd:enumeration value="reset" />
  856.                         <xsd:enumeration value="submit" />
  857.                     </xsd:restriction>
  858.                 </xsd:simpleType>
  859.             </xsd:attribute>
  860.             <xsd:attribute name="Value" />
  861.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  862.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  863.             <!-- Events -->
  864.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  865.         </xsd:complexType>
  866.     </xsd:element>
  867.     <xsd:element name="caption" fp:default="onmouseover">
  868.         <xsd:complexType mixed="true">
  869.             <xsd:choice>
  870.                 <xsd:group ref="InlineContent" />
  871.             </xsd:choice>
  872.             <xsd:attribute name="Align">
  873.                 <xsd:simpleType>
  874.                     <xsd:restriction base="xsd:NMTOKEN">
  875.                         <xsd:enumeration value="bottom" />
  876.                         <xsd:enumeration value="center" />
  877.                         <xsd:enumeration value="left" />
  878.                         <xsd:enumeration value="right" />
  879.                         <xsd:enumeration value="top" />
  880.                     </xsd:restriction>
  881.                 </xsd:simpleType>
  882.             </xsd:attribute>
  883.             <xsd:attribute name="VAlign" default="top">
  884.                 <xsd:simpleType>
  885.                     <xsd:restriction base="xsd:NMTOKEN">
  886.                         <xsd:enumeration value="bottom" />
  887.                         <xsd:enumeration value="top" />
  888.                     </xsd:restriction>
  889.                 </xsd:simpleType>
  890.             </xsd:attribute>
  891.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  892.             <!-- Events -->
  893.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  894.         </xsd:complexType>
  895.     </xsd:element>
  896.     <xsd:element name="center" vs:clientom="block" fp:default="onmouseover">
  897.         <xsd:complexType mixed="true">
  898.             <xsd:choice>
  899.                 <xsd:group ref="InlineContent" />
  900.                 <xsd:group ref="BlockContent" />
  901.             </xsd:choice>
  902.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  903.             <!-- Events -->
  904.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  905.         </xsd:complexType>
  906.     </xsd:element>
  907.     <xsd:element name="cite" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  908.     <xsd:element name="code" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  909.     <xsd:element name="col" fp:default="onreadystatechange">
  910.         <xsd:complexType>
  911.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  912.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  913.             <xsd:attribute name="Span" />
  914.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  915.             <xsd:attribute name="Width" />
  916.             <xsd:attributeGroup ref="commonAttributeGroup" />
  917.             <!-- Events -->
  918.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  919.         </xsd:complexType>
  920.     </xsd:element>
  921.     <xsd:element name="colgroup" vs:clientom="col" fp:default="onreadystatechange">
  922.         <xsd:complexType>
  923.             <xsd:choice>
  924.                 <xsd:element ref="col" />
  925.             </xsd:choice>
  926.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  927.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  928.             <xsd:attribute name="span" />
  929.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  930.             <xsd:attribute name="Width" />
  931.             <xsd:attributeGroup ref="commonAttributeGroup" />
  932.             <!-- Events -->
  933.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  934.         </xsd:complexType>
  935.     </xsd:element>
  936.     <xsd:element name="comment">
  937.         <xsd:complexType mixed="true">
  938.             <xsd:choice>
  939.                 <xsd:group ref="InlineContent" />
  940.                 <xsd:group ref="BlockContent" />
  941.             </xsd:choice>
  942.             <xsd:attribute name="Data" type="xsd:anyURI" />
  943.             <xsd:attributeGroup ref="coreAttributeGroup" />
  944.             <xsd:attributeGroup ref="i18AttributeGroup" />
  945.             <!-- Events -->
  946.             <xsd:attribute name="onpropertychange" vs:omtype="event" />
  947.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  948.         </xsd:complexType>
  949.     </xsd:element>
  950.     <xsd:element name="dd" vs:implicitclosure="true" fp:default="onmouseover">
  951.         <xsd:complexType mixed="true">
  952.             <xsd:choice>
  953.                 <xsd:group ref="InlineContent" />
  954.                 <xsd:group ref="BlockContent" />
  955.              </xsd:choice>
  956.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  957.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  958.             <!-- Events -->
  959.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  960.          </xsd:complexType>
  961.     </xsd:element>
  962.     <xsd:element name="del" vs:clientom="phrase" fp:default="onmouseover">
  963.         <xsd:complexType mixed="true">
  964.             <xsd:choice>
  965.                 <xsd:group ref="InlineContent" />
  966.                 <xsd:group ref="BlockContent" />
  967.             </xsd:choice>
  968.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  969.             <!-- Events -->
  970.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  971.          </xsd:complexType>
  972.     </xsd:element>
  973.     <xsd:element name="dfn" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  974.     <xsd:element name="dir" vs:clientom="list" fp:default="onmouseover">
  975.         <xsd:complexType>
  976.             <xsd:choice>
  977.                 <xsd:element ref="li" />
  978.             </xsd:choice>
  979.             <xsd:attribute name="Type" default="1" vs:readonly="true">
  980.                 <xsd:simpleType>
  981.                     <xsd:restriction base="xsd:NMTOKEN">
  982.                         <xsd:enumeration value="A" />
  983.                         <xsd:enumeration value="a" />
  984.                         <xsd:enumeration value="I" />
  985.                         <xsd:enumeration value="i" />
  986.                         <xsd:enumeration value="1" />
  987.                         <xsd:enumeration value="disc" />
  988.                         <xsd:enumeration value="square" />
  989.                         <xsd:enumeration value="circle" />
  990.                     </xsd:restriction>
  991.                 </xsd:simpleType>
  992.             </xsd:attribute>
  993.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  994.             <!-- Events -->
  995.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  996.          </xsd:complexType>
  997.     </xsd:element>
  998.     <xsd:element name="div" fp:default="onclick">
  999.         <xsd:complexType mixed="true">
  1000.             <xsd:choice>
  1001.                 <xsd:group ref="InlineContent" />
  1002.                 <xsd:group ref="BlockContent" />
  1003.             </xsd:choice>
  1004.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1005.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  1006.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1007.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1008.             <!-- Events -->
  1009.              <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1010.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1011.         </xsd:complexType>
  1012.     </xsd:element>
  1013.     <xsd:element name="dl" fp:default="onmouseover">
  1014.         <xsd:complexType>
  1015.             <xsd:choice>
  1016.                 <xsd:element ref="dd" />
  1017.                 <xsd:element ref="dt" />
  1018.             </xsd:choice>
  1019.             <xsd:attribute name="Compact" vs:standalone="true" />
  1020.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1021.             <!-- Events -->
  1022.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1023.         </xsd:complexType>
  1024.     </xsd:element>
  1025.     <xsd:element name="dt" vs:implicitclosure="true" fp:default="onmouseover">
  1026.         <xsd:complexType mixed="true">
  1027.             <xsd:choice>
  1028.                 <xsd:group ref="InlineContent" />
  1029.             </xsd:choice>
  1030.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  1031.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1032.             <!-- Events -->
  1033.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1034.         </xsd:complexType>
  1035.     </xsd:element>
  1036.     <xsd:element name="em" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1037.     <xsd:element name="embed" fp:default="onmouseover">
  1038.         <xsd:complexType mixed="true">
  1039.             <xsd:choice>
  1040.                 <xsd:group ref="InlineContent" />
  1041.                 <xsd:group ref="BlockContent" />
  1042.                 <xsd:element ref="param" />
  1043.             </xsd:choice>
  1044.             <xsd:attribute name="Align" type="blockAlignType" />
  1045.             <xsd:attribute name="Height" />
  1046.             <xsd:attribute name="Name" />
  1047.             <xsd:attribute name="PluginSpace" />
  1048.             <xsd:attribute name="Src" type="xsd:anyURI" />
  1049.             <xsd:attribute name="Units" />
  1050.             <xsd:attribute name="Width" />
  1051.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1052.             <!-- Events -->
  1053.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1054.          </xsd:complexType>
  1055.     </xsd:element>
  1056.     <xsd:element name="fieldset" fp:default="onclick">
  1057.         <xsd:complexType>
  1058.             <xsd:choice>
  1059.                 <xsd:group ref="InlineContent" />
  1060.                 <xsd:group ref="BlockContent" />
  1061.                 <xsd:element ref="legend" />
  1062.             </xsd:choice>
  1063.             <xsd:attribute name="Align" type="blockAlignType"  />
  1064.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1065.             <!-- Events -->
  1066.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1067.              <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1068.         </xsd:complexType>
  1069.     </xsd:element>
  1070.     <xsd:element name="font" fp:default="onmouseover">
  1071.         <xsd:complexType mixed="true">
  1072.             <xsd:choice>
  1073.                 <xsd:group ref="InlineContent" />
  1074.                 <xsd:group ref="BlockContent" />
  1075.             </xsd:choice>
  1076.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  1077.             <xsd:attribute name="Face" vs:builder="font" />
  1078.             <xsd:attribute name="Size" type="xsd:integer" />
  1079.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1080.             <!-- Events -->
  1081.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1082.         </xsd:complexType>
  1083.     </xsd:element>
  1084.     <xsd:element name="form" fp:default="onsubmit">
  1085.         <xsd:complexType mixed="true">
  1086.             <xsd:choice>
  1087.                 <xsd:group ref="FormElementContent" />
  1088.             </xsd:choice>
  1089.             <xsd:attribute name="Action" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1090.             <xsd:attribute name="AutoComplete" type="onoffType" />
  1091.             <xsd:attribute name="EncType">
  1092.                 <xsd:simpleType>
  1093.                     <xsd:union>
  1094.                         <xsd:simpleType>
  1095.                             <xsd:restriction base="xsd:NMTOKEN">
  1096.                                 <xsd:enumeration value="multipart/form-data" />
  1097.                                 <xsd:enumeration value="application/x-www-form-urlencoded" />
  1098.                             </xsd:restriction>
  1099.                         </xsd:simpleType>
  1100.                         <xsd:simpleType>
  1101.                             <xsd:restriction base="xsd:NMTOKEN">
  1102.                                 <xsd:restriction base="xsd:string" />
  1103.                             </xsd:restriction>
  1104.                         </xsd:simpleType>
  1105.                     </xsd:union>
  1106.                 </xsd:simpleType>
  1107.             </xsd:attribute>
  1108.             <xsd:attribute name="Method" default="get">
  1109.                 <xsd:simpleType>
  1110.                     <xsd:restriction base="xsd:NMTOKEN">
  1111.                         <xsd:enumeration value="get" />
  1112.                         <xsd:enumeration value="post" />
  1113.                     </xsd:restriction>
  1114.                 </xsd:simpleType>
  1115.             </xsd:attribute>
  1116.             <xsd:attribute name="Name" />
  1117.             <xsd:attribute name="Target" type="frameTarget" />
  1118.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1119.             <!-- Events -->
  1120.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1121.              <xsd:attribute name="onreset" vs:omtype="event" />
  1122.             <xsd:attribute name="onsubmit" vs:omtype="event" />
  1123.         </xsd:complexType>
  1124.     </xsd:element>
  1125.     <xsd:element name="frame" vs:implicitclosure="true" fp:default="onblur">
  1126.         <xsd:complexType>
  1127.             <xsd:attribute name="Application" default="no" vs:nonbrowseable="true">
  1128.                 <xsd:simpleType>
  1129.                     <xsd:restriction base="xsd:NMTOKEN">
  1130.                         <xsd:enumeration value="yes" />
  1131.                         <xsd:enumeration value="no" />
  1132.                     </xsd:restriction>
  1133.                 </xsd:simpleType>
  1134.             </xsd:attribute>
  1135.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1136.             <xsd:attribute name="FrameBorder" default="1">
  1137.                 <xsd:simpleType>
  1138.                     <xsd:restriction base="xsd:NMTOKEN">
  1139.                         <xsd:enumeration value="yes" />
  1140.                         <xsd:enumeration value="no" />
  1141.                         <xsd:enumeration value="1" />
  1142.                         <xsd:enumeration value="0" />
  1143.                     </xsd:restriction>
  1144.                 </xsd:simpleType>
  1145.             </xsd:attribute>
  1146.             <xsd:attribute name="Height" />
  1147.             <xsd:attribute name="MarginHeight" />
  1148.             <xsd:attribute name="MarginWidth" />
  1149.             <xsd:attribute name="Name" />
  1150.             <xsd:attribute name="NoReSize" vs:standalone="true" />
  1151.             <xsd:attribute name="Scrolling" type="scrollingType" default="auto" />
  1152.             <xsd:attribute name="Src" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1153.             <xsd:attribute name="Width" />
  1154.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1155.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1156.              <!-- Events -->
  1157.             <xsd:attributeGroup ref="moveEventsGroup" />
  1158.             <xsd:attributeGroup ref="updateEventsGroup" />
  1159.             <xsd:attribute name="onblur" vs:omtype="event" />
  1160.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1161.             <xsd:attribute name="onload" vs:omtype="event" />
  1162.         </xsd:complexType>
  1163.     </xsd:element>
  1164.     <xsd:element name="frameset" fp:default="onload">
  1165.         <xsd:complexType>
  1166.             <xsd:choice>
  1167.                 <xsd:element ref="frame" />
  1168.                 <xsd:element ref="frameset" />
  1169.                 <xsd:element ref="noframes" />
  1170.             </xsd:choice>
  1171.             <xsd:attribute name="Border" type="xsd:integer" />
  1172.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1173.             <xsd:attribute name="Cols" />
  1174.             <xsd:attribute name="FrameBorder" default="1">
  1175.                 <xsd:simpleType>
  1176.                     <xsd:restriction base="xsd:NMTOKEN">
  1177.                         <xsd:enumeration value="yes" />
  1178.                         <xsd:enumeration value="no" />
  1179.                         <xsd:enumeration value="1" />
  1180.                         <xsd:enumeration value="0" />
  1181.                     </xsd:restriction>
  1182.                 </xsd:simpleType>
  1183.             </xsd:attribute>
  1184.             <xsd:attribute name="FrameSpacing" type="xsd:integer" />
  1185.             <xsd:attribute name="Rows" />
  1186.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1187.             <!-- Events -->
  1188.             <xsd:attributeGroup ref="loadEventsGroup" />
  1189.             <xsd:attributeGroup ref="moveEventsGroup" />
  1190.             <xsd:attributeGroup ref="updateEventsGroup" />
  1191.             <xsd:attribute name="onblur" vs:omtype="event" />
  1192.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1193.         </xsd:complexType>
  1194.     </xsd:element>
  1195.     <xsd:element name="head">
  1196.         <xsd:complexType>
  1197.             <xsd:choice>
  1198.                 <xsd:element ref="base" />
  1199.                 <xsd:element ref="bgsound" />
  1200.                 <xsd:element ref="isindex" />
  1201.                 <xsd:element ref="link" />
  1202.                 <xsd:element ref="meta" />
  1203.                 <xsd:element ref="nextid" />                
  1204.                 <xsd:element ref="object" />
  1205.                 <xsd:element ref="script" />
  1206.                 <xsd:element ref="style" />
  1207.                 <xsd:element ref="title" minOccurs="0" maxOccurs="1" />
  1208.                 <xsd:element ref="xml" />
  1209.             </xsd:choice>
  1210.             <xsd:attribute name="Class" vs:mapstoname="className" />
  1211.             <xsd:attribute name="Lang" type="i18LanguageCode" />
  1212.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1213.             <!-- Events -->
  1214.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1215.         </xsd:complexType>
  1216.     </xsd:element>
  1217.     <xsd:element name="hr">
  1218.         <xsd:complexType>
  1219.             <xsd:attribute name="Align" type="colAlignType" default="center" />
  1220.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  1221.             <xsd:attribute name="NoShade" vs:standalone="true" />
  1222.             <xsd:attribute name="Size" />
  1223.             <xsd:attribute name="Width" />
  1224.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1225.              <!-- Events -->
  1226.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1227.         </xsd:complexType>
  1228.     </xsd:element>
  1229.     <xsd:element name="html" minOccurs="1" maxOccurs="1">
  1230.         <xsd:complexType>
  1231.             <xsd:choice>
  1232.                 <xsd:element ref="body" minOccurs="1" maxOccurs="1" />
  1233.                 <xsd:element ref="frameset" minOccurs="0" maxOccurs="1" />
  1234.                 <xsd:element ref="head" minOccurs="0" maxOccurs="1" />
  1235.                 <xsd:element ref="script" />
  1236.             </xsd:choice>
  1237.             <xsd:attribute name="Scroll" type="scrollingType" default="yes" />
  1238.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1239.             <!-- Events -->
  1240.             <xsd:attributeGroup name="mouseEventsGroup" />
  1241.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1242.         </xsd:complexType>
  1243.     </xsd:element>
  1244.     <xsd:element name="h1" vs:clientom="header" fp:default="onmouseover">
  1245.         <xsd:complexType mixed="true">
  1246.             <xsd:choice>
  1247.                 <xsd:group ref="InlineContent" />
  1248.             </xsd:choice>
  1249.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1250.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1251.             <!-- Events -->
  1252.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1253.         </xsd:complexType>
  1254.     </xsd:element>
  1255.     <xsd:element name="h2" vs:clientom="header" fp:default="onmouseover">
  1256.         <xsd:complexType mixed="true">
  1257.             <xsd:choice>
  1258.                 <xsd:group ref="InlineContent" />
  1259.             </xsd:choice>
  1260.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1261.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1262.             <!-- Events -->
  1263.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1264.         </xsd:complexType>
  1265.     </xsd:element>
  1266.     <xsd:element name="h3" vs:clientom="header" fp:default="onmouseover">
  1267.         <xsd:complexType mixed="true">
  1268.             <xsd:choice>
  1269.                 <xsd:group ref="InlineContent" />
  1270.             </xsd:choice>
  1271.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1272.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1273.             <!-- Events -->
  1274.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1275.         </xsd:complexType>
  1276.     </xsd:element>
  1277.     <xsd:element name="h4" vs:clientom="header" fp:default="onmouseover">
  1278.         <xsd:complexType mixed="true">
  1279.             <xsd:choice>
  1280.                 <xsd:group ref="InlineContent" />
  1281.             </xsd:choice>
  1282.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1283.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1284.             <!-- Events -->
  1285.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1286.         </xsd:complexType>
  1287.     </xsd:element>
  1288.     <xsd:element name="h5" vs:clientom="header" fp:default="onmouseover">
  1289.         <xsd:complexType mixed="true">
  1290.             <xsd:choice>
  1291.                 <xsd:group ref="InlineContent" />
  1292.             </xsd:choice>
  1293.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1294.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1295.             <!-- Events -->
  1296.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1297.         </xsd:complexType>
  1298.     </xsd:element>
  1299.     <xsd:element name="h6" vs:clientom="header" fp:default="onmouseover">
  1300.         <xsd:complexType mixed="true">
  1301.             <xsd:choice>
  1302.                 <xsd:group ref="InlineContent" />
  1303.             </xsd:choice>
  1304.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1305.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1306.             <!-- Events -->
  1307.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1308.         </xsd:complexType>
  1309.     </xsd:element>
  1310.     <xsd:element name="i" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1311.     <xsd:element name="iframe" vs:clientom="frame">
  1312.         <xsd:complexType mixed="true">
  1313.             <xsd:choice>
  1314.                 <xsd:group ref="InlineContent" />
  1315.                 <xsd:group ref="BlockContent" />
  1316.             </xsd:choice>
  1317.             <xsd:attribute name="Application" default="no" vs:nonbrowseable="true">
  1318.                 <xsd:simpleType>
  1319.                     <xsd:restriction base="xsd:NMTOKEN">
  1320.                         <xsd:enumeration value="yes" />
  1321.                         <xsd:enumeration value="no" />
  1322.                     </xsd:restriction>
  1323.                 </xsd:simpleType>
  1324.             </xsd:attribute>
  1325.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1326.             <xsd:attribute name="FrameBorder" default="1">
  1327.                 <xsd:simpleType>
  1328.                     <xsd:restriction base="xsd:NMTOKEN">
  1329.                         <xsd:enumeration value="yes" />
  1330.                         <xsd:enumeration value="no" />
  1331.                         <xsd:enumeration value="1" />
  1332.                         <xsd:enumeration value="0" />
  1333.                     </xsd:restriction>
  1334.                 </xsd:simpleType>
  1335.             </xsd:attribute>
  1336.             <xsd:attribute name="Height" />
  1337.             <xsd:attribute name="MarginHeight" />
  1338.             <xsd:attribute name="MarginWidth" />
  1339.             <xsd:attribute name="Name" />
  1340.             <xsd:attribute name="NoResize" vs:standalone="true" />
  1341.             <xsd:attribute name="Scrolling" type="scrollingType" default="auto" />
  1342.             <xsd:attribute name="Src" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1343.             <xsd:attribute name="Width" />
  1344.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1345.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1346.             <!-- Events -->
  1347.             <xsd:attributeGroup ref="moveEventsGroup" />
  1348.             <xsd:attributeGroup ref="updateEventsGroup" />
  1349.             <xsd:attribute name="onblur" vs:omtype="event" />
  1350.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1351.             <xsd:attribute name="onload" vs:omtype="event" />
  1352.         </xsd:complexType>
  1353.     </xsd:element>
  1354.     <xsd:element name="img" fp:default="onclick">
  1355.         <xsd:complexType>
  1356.             <xsd:attribute name="Align" type="blockAlignType" />
  1357.             <xsd:attribute name="Alt" />
  1358.             <xsd:attribute name="Border" type="xsd:integer" />
  1359.             <xsd:attribute name="Controls" default="false" type="xsd:boolean" />
  1360.             <xsd:attribute name="DynSrc" type="xsd:anyURI" />
  1361.             <xsd:attribute name="Height" />
  1362.             <xsd:attribute name="HSpace" type="ui4" />
  1363.             <xsd:attribute name="ISMap" vs:standalone="true" />
  1364.             <xsd:attribute name="Loop" type="xsd:integer" />
  1365.             <xsd:attribute name="LowSrc" type="xsd:anyURI" />
  1366.             <xsd:attribute name="Name" />
  1367.             <xsd:attribute name="Src" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  1368.             <xsd:attribute name="Start" default="fileopen">
  1369.                 <xsd:simpleType>
  1370.                     <xsd:restriction base="xsd:NMTOKEN">
  1371.                         <xsd:enumeration value="fileopen" />
  1372.                         <xsd:enumeration value="mouseover" />
  1373.                     </xsd:restriction>
  1374.                 </xsd:simpleType>
  1375.             </xsd:attribute>
  1376.             <xsd:attribute name="UseMap" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1377.             <xsd:attribute name="VSpace" type="ui4" />
  1378.             <xsd:attribute name="Width" />
  1379.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1380.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1381.             <!-- Events -->
  1382.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1383.             <xsd:attributeGroup ref="updateEventsGroup" />
  1384.             <xsd:attribute name="onabort" vs:omtype="event" />
  1385.             <xsd:attribute name="onerror" vs:omtype="event" />
  1386.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1387.         </xsd:complexType>
  1388.     </xsd:element>
  1389.     <xsd:element name="input" vs:clientom="#Type" fp:default="onclick">
  1390.         <xsd:complexType>
  1391.             <xsd:attribute name="Align" type="blockAlignType" default="top" vs:inputtype="image" />
  1392.             <xsd:attribute name="Alt" vs:inputtype="image" />
  1393.             <xsd:attribute name="AutoComplete" type="onoffType" vs:inputtype="password text" />
  1394.             <xsd:attribute name="Checked" vs:inputtype="checkbox radio" vs:standalone="true" />
  1395.             <xsd:attribute name="Disabled" vs:inputtype="button checkbox file image password radio reset submit text" vs:standalone="true" />
  1396.             <xsd:attribute name="DynSrc" type="xsd:anyURI" vs:inputtype="image" />
  1397.             <xsd:attribute name="Height" vs:inputtype="image" />
  1398.             <xsd:attribute name="HSpace" type="ui4" vs:inputtype="image" />
  1399.             <xsd:attribute name="Loop" type="xsd:integer" vs:inputtype="image" />
  1400.             <xsd:attribute name="LowSrc" type="xsd:anyURI" vs:inputtype="image" />
  1401.             <xsd:attribute name="MaxLength" type="ui4" vs:inputtype="password text" />
  1402.             <xsd:attribute name="Name" />
  1403.             <xsd:attribute name="ReadOnly" vs:inputtype="password text" vs:standalone="true" />
  1404.             <xsd:attribute name="Size" type="xsd:integer" vs:inputtype="button checkbox file image password radio reset submit text" />
  1405.             <xsd:attribute name="Src" type="xsd:anyURI" vs:inputtype="image" />
  1406.             <xsd:attribute name="Start" default="fileopen" vs:inputtype="image">
  1407.                 <xsd:simpleType>
  1408.                     <xsd:restriction base="xsd:NMTOKEN">
  1409.                         <xsd:enumeration value="fileopen" />
  1410.                         <xsd:enumeration value="mouseover" />
  1411.                     </xsd:restriction>
  1412.                 </xsd:simpleType>
  1413.             </xsd:attribute>
  1414.             <xsd:attribute name="Type" vs:readonly="true">
  1415.                 <xsd:simpleType>
  1416.                     <xsd:restriction base="xsd:NMTOKEN">
  1417.                         <xsd:enumeration value="button" />
  1418.                         <xsd:enumeration value="checkbox" />
  1419.                         <xsd:enumeration value="file" />
  1420.                         <xsd:enumeration value="hidden" />
  1421.                         <xsd:enumeration value="image" />
  1422.                         <xsd:enumeration value="password" />
  1423.                         <xsd:enumeration value="radio" />
  1424.                         <xsd:enumeration value="reset" />
  1425.                         <xsd:enumeration value="submit" />
  1426.                         <xsd:enumeration value="text" />
  1427.                     </xsd:restriction>
  1428.                 </xsd:simpleType>
  1429.             </xsd:attribute>
  1430.             <xsd:attribute name="UseMap" type="xsd:anyURI" vs:inputtype="image" />
  1431.             <xsd:attribute name="Value" vs:inputtype="button checkbox hidden image password radio reset submit text" />
  1432.             <xsd:attribute name="VSpace" type="ui4" vs:inputtype="image" />
  1433.             <xsd:attribute name="Width" vs:inputtype="image" />
  1434.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1435.             <!-- Events -->
  1436.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1437.             <xsd:attributeGroup ref="updateEventsGroup" />
  1438.             <xsd:attribute name="onchange" vs:omtype="event" vs:inputtype="text"/>
  1439.             <xsd:attribute name="onfilterchange" vs:omtype="event" vs:inputtype="button checkbox file image password radio reset submit text" />
  1440.         </xsd:complexType>
  1441.     </xsd:element>
  1442.     <xsd:element name="ins" vs:clientom="phrase" fp:default="onmouseover">
  1443.         <xsd:complexType mixed="true">
  1444.             <xsd:choice>
  1445.                 <xsd:group ref="InlineContent" />
  1446.                 <xsd:group ref="BlockContent" />
  1447.             </xsd:choice>
  1448.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1449.             <!-- Events -->
  1450.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1451.         </xsd:complexType>
  1452.     </xsd:element>
  1453.     <xsd:element name="isindex" fp:default="onhelp">
  1454.         <xsd:complexType>
  1455.             <xsd:attribute name="Action" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1456.             <xsd:attribute name="Prompt" />
  1457.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1458.             <!-- Events -->
  1459.             <xsd:attributeGroup ref="moveEventsGroup" />
  1460.             <xsd:attribute name="onblur" vs:omtype="event" />
  1461.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1462.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1463.         </xsd:complexType>
  1464.     </xsd:element>
  1465.     <xsd:element name="kbd" type="simpleInlineElement" vs:clientom="phrase" fp:default="onclick" />
  1466.     <xsd:element name="label" fp:default="onclick">
  1467.         <xsd:complexType mixed="true">
  1468.             <xsd:choice>
  1469.                 <xsd:group ref="LabelContent" />
  1470.             </xsd:choice>
  1471.             <xsd:attribute name="For" />
  1472.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1473.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1474.             <!-- Events -->
  1475.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1476.             <xsd:attributeGroup ref="updateEventsGroup" />
  1477.         </xsd:complexType>
  1478.     </xsd:element>
  1479.     <xsd:element name="legend" fp:default="onclick">
  1480.         <xsd:complexType mixed="true">
  1481.             <xsd:choice>
  1482.                 <xsd:group ref="InlineContent" />
  1483.             </xsd:choice>
  1484.             <xsd:attribute name="Align">
  1485.                 <xsd:simpleType>
  1486.                     <xsd:restriction base="xsd:NMTOKEN">
  1487.                         <xsd:enumeration value="bottom" />
  1488.                         <xsd:enumeration value="center" />
  1489.                         <xsd:enumeration value="left" />
  1490.                         <xsd:enumeration value="right" />
  1491.                         <xsd:enumeration value="top" />
  1492.                     </xsd:restriction>
  1493.                 </xsd:simpleType>
  1494.             </xsd:attribute>
  1495.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1496.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1497.             <!-- Events -->
  1498.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1499.             <xsd:attributeGroup ref="updateEventsGroup" />
  1500.         </xsd:complexType>
  1501.     </xsd:element>
  1502.     <xsd:element name="li" vs:implicitclosure="true" fp:default="onmouseover">
  1503.         <xsd:complexType mixed="true">
  1504.             <xsd:choice>
  1505.                 <xsd:group ref="InlineContent" />
  1506.                 <xsd:group ref="BlockContent" />
  1507.             </xsd:choice>
  1508.             <xsd:attribute name="Type" vs:readonly="true">
  1509.                 <xsd:simpleType>
  1510.                     <xsd:restriction base="xsd:NMTOKEN">
  1511.                         <xsd:enumeration value="A" />
  1512.                         <xsd:enumeration value="a" />
  1513.                         <xsd:enumeration value="I" />
  1514.                         <xsd:enumeration value="i" />
  1515.                         <xsd:enumeration value="1" />
  1516.                     </xsd:restriction>
  1517.                 </xsd:simpleType>
  1518.             </xsd:attribute>
  1519.             <xsd:attribute name="Value" />
  1520.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1521.             <!-- Events -->
  1522.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1523.         </xsd:complexType>
  1524.     </xsd:element>
  1525.     <xsd:element name="link" fp:default="onclick">
  1526.         <xsd:complexType>
  1527.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1528.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.css;.shtm;.shtml;.php;.jsp" />
  1529.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  1530.             <xsd:attribute name="Name" />
  1531.             <xsd:attribute name="Rel" type="linkType" />
  1532.             <xsd:attribute name="Rev" type="linkType" />
  1533.             <xsd:attribute name="Type" type="contentType" vs:readonly="true" />
  1534.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1535.             <!-- Events -->
  1536.             <xsd:attribute name="onload" vs:omtype="event" />
  1537.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1538.         </xsd:complexType>
  1539.     </xsd:element>
  1540.     <xsd:element name="listing" type="simpleInlineElement" vs:deprecated="true" vs:clientom="block" vs:nonbrowseable="true" fp:default="onmouseover" />
  1541.     <xsd:element name="map" fp:default="onmouseover">
  1542.         <xsd:complexType>
  1543.             <xsd:choice>
  1544.                 <xsd:element ref="area" />
  1545.                 <xsd:group ref="BlockContent" />
  1546.             </xsd:choice>
  1547.             <xsd:attribute name="Name" />
  1548.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1549.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1550.             <!-- Events -->
  1551.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1552.         </xsd:complexType>
  1553.     </xsd:element>
  1554.     <xsd:element name="marquee" fp:default="onmouseover">
  1555.         <xsd:complexType mixed="true">
  1556.             <xsd:choice>
  1557.                 <xsd:group ref="InlineContent" />
  1558.                 <xsd:group ref="BlockContent" />
  1559.             </xsd:choice>
  1560.             <xsd:attribute name="Behavior" default="scroll">
  1561.                 <xsd:simpleType>
  1562.                     <xsd:restriction base="xsd:NMTOKEN">
  1563.                         <xsd:enumeration value="alternate" />
  1564.                         <xsd:enumeration value="scroll" />
  1565.                         <xsd:enumeration value="slide" />
  1566.                     </xsd:restriction>
  1567.                 </xsd:simpleType>
  1568.             </xsd:attribute>
  1569.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  1570.             <xsd:attribute name="Direction" default="left">
  1571.                 <xsd:simpleType>
  1572.                     <xsd:restriction base="xsd:NMTOKEN">
  1573.                         <xsd:enumeration value="left" />
  1574.                         <xsd:enumeration value="right" />
  1575.                         <xsd:enumeration value="down" />
  1576.                         <xsd:enumeration value="up" />
  1577.                     </xsd:restriction>
  1578.                 </xsd:simpleType>
  1579.             </xsd:attribute>
  1580.             <xsd:attribute name="Height" />
  1581.             <xsd:attribute name="HSpace" type="ui4" />
  1582.             <xsd:attribute name="Loop" type="xsd:integer" />
  1583.             <xsd:attribute name="ScrollAmount" type="xsd:integer" />
  1584.             <xsd:attribute name="ScrollDelay" type="xsd:integer" />
  1585.             <xsd:attribute name="TrueSpeed" vs:standalone="true" />
  1586.             <xsd:attribute name="VSpace" type="ui4" />
  1587.             <xsd:attribute name="Width" />
  1588.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1589.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1590.             <!-- Events -->
  1591.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1592.             <xsd:attributeGroup ref="updateEventsGroup" />
  1593.             <xsd:attribute name="onbounce" vs:omtype="event" />
  1594.             <xsd:attribute name="onscroll" vs:omtype="event" />
  1595.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1596.             <xsd:attribute name="onfinish" vs:omtype="event" />
  1597.             <xsd:attribute name="onstart" vs:omtype="event" />
  1598.         </xsd:complexType>
  1599.     </xsd:element>
  1600.     <xsd:element name="menu" vs:clientom="list" fp:default="onmouseover">
  1601.         <xsd:complexType>
  1602.             <xsd:choice>
  1603.                 <xsd:element ref="li" />
  1604.             </xsd:choice>
  1605.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1606.             <!-- Events -->
  1607.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1608.         </xsd:complexType>
  1609.     </xsd:element>
  1610.     <xsd:element name="meta">
  1611.         <xsd:complexType>
  1612.             <xsd:attribute name="Charset" />
  1613.             <xsd:attribute name="Content" />
  1614.             <xsd:attribute name="HTTP-Equiv" />
  1615.             <xsd:attribute name="Name" />
  1616.             <xsd:attribute name="URL" type="xsd:anyURI" />
  1617.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1618.         </xsd:complexType>
  1619.     </xsd:element>
  1620.     <xsd:element name="nextid">
  1621.         <xsd:complexType>
  1622.             <xsd:attribute name="N" type="xsd:integer" />
  1623.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1624.             <!-- Events -->
  1625.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1626.         </xsd:complexType>
  1627.     </xsd:element>
  1628.     <xsd:element name="nobr" vs:clientom="phrase">
  1629.         <xsd:complexType mixed="true">
  1630.             <xsd:choice>
  1631.                 <xsd:group ref="InlineContent" />
  1632.             </xsd:choice>
  1633.             <xsd:attribute name="Height" type="xsd:integer" />
  1634.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1635.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1636.             <!-- Events -->
  1637.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1638.         </xsd:complexType>
  1639.     </xsd:element>
  1640.     <xsd:element name="noembed" vs:clientom="block">
  1641.         <xsd:complexType mixed="true">
  1642.             <xsd:choice>
  1643.                 <xsd:group ref="InlineContent" />
  1644.                 <xsd:group ref="BlockContent" />
  1645.             </xsd:choice>
  1646.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1647.             <!-- Events -->
  1648.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1649.         </xsd:complexType>
  1650.     </xsd:element>
  1651.     <xsd:element name="noframes" vs:clientom="noshow" fp:default="onclick">
  1652.         <xsd:complexType mixed="true">
  1653.             <xsd:choice>
  1654.                 <xsd:group ref="InlineContent" />
  1655.                 <xsd:group ref="BlockContent" />
  1656.                 <xsd:element ref="body" />
  1657.             </xsd:choice>
  1658.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1659.             <!-- Events -->
  1660.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1661.         </xsd:complexType>
  1662.     </xsd:element>
  1663.     <xsd:element name="noscript" vs:clientom="noshow" fp:default="onclick">
  1664.         <xsd:complexType mixed="true">
  1665.             <xsd:choice>
  1666.                 <xsd:group ref="InlineContent" />
  1667.                 <xsd:group ref="BlockContent" />
  1668.             </xsd:choice>
  1669.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1670.             <!-- Events -->
  1671.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1672.         </xsd:complexType>
  1673.     </xsd:element>
  1674.     <xsd:element name="object" fp:default="onclick">
  1675.         <xsd:complexType mixed="true">
  1676.             <xsd:choice>
  1677.                 <xsd:group ref="InlineContent" />
  1678.                 <xsd:group ref="BlockContent" />
  1679.                 <xsd:element ref="param" />
  1680.             </xsd:choice>
  1681.             <xsd:attribute name="Align" type="blockAlignType" />
  1682.             <xsd:attribute name="Border" type="xsd:integer" />
  1683.             <xsd:attribute name="ClassId" />
  1684.             <xsd:attribute name="Code" type="xsd:anyURI" />
  1685.             <xsd:attribute name="CodeBase" />
  1686.             <xsd:attribute name="CodeType" />
  1687.             <xsd:attribute name="Data" type="xsd:anyURI" />
  1688.             <xsd:attribute name="Height" />
  1689.             <xsd:attribute name="HSpace" type="xsd:integer" />
  1690.             <xsd:attribute name="Name" />
  1691.             <xsd:attribute name="ProgId" />
  1692.             <xsd:attribute name="Type" vs:readonly="true" />
  1693.             <xsd:attribute name="VSpace" type="xsd:integer" />
  1694.             <xsd:attribute name="Width" />
  1695.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1696.             <!-- Events -->
  1697.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1698.             <xsd:attributeGroup ref="recordsetEventsGroup" />
  1699.             <xsd:attribute name="onerror" vs:omtype="event" />
  1700.         </xsd:complexType>
  1701.     </xsd:element>
  1702.  
  1703.     <xsd:element name="ol" type="olDef" />
  1704.  
  1705.     <xsd:element name="option" vs:implicitclosure="true" fp:default="onclick">
  1706.         <xsd:complexType mixed="true">
  1707.             <xsd:attribute name="Selected" vs:standalone="true" />
  1708.             <xsd:attribute name="Value" />
  1709.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1710.             <!-- Events -->
  1711.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1712.         </xsd:complexType>
  1713.     </xsd:element>
  1714.     <xsd:element name="p" vs:implicitclosure="true" fp:default="onmouseover">
  1715.         <xsd:complexType mixed="true">
  1716.             <xsd:choice>
  1717.                 <xsd:group ref="InlineContent" />
  1718.             </xsd:choice>
  1719.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1720.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1721.             <!-- Events -->
  1722.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1723.         </xsd:complexType>
  1724.     </xsd:element>
  1725.     <xsd:element name="param">
  1726.         <xsd:complexType>
  1727.             <xsd:attribute name="Name" />
  1728.             <xsd:attribute name="Type" />
  1729.             <xsd:attribute name="Value" />
  1730.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1731.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1732.         </xsd:complexType>
  1733.     </xsd:element>
  1734.     <xsd:element name="plaintext" vs:deprecated="true" vs:nonbrowseable="true">
  1735.         <xsd:complexType mixed="true">
  1736.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1737.         </xsd:complexType>
  1738.     </xsd:element>
  1739.     <xsd:element name="pre" vs:clientom="block" fp:default="onmouseover">
  1740.         <xsd:complexType mixed="true">
  1741.             <xsd:choice>
  1742.                 <xsd:group ref="PreContent" />
  1743.             </xsd:choice>
  1744.             <xsd:attribute name="Width" />
  1745.             <xsd:attribute name="Wrap" default="soft">
  1746.                 <xsd:simpleType>
  1747.                     <xsd:restriction base="xsd:NMTOKEN">
  1748.                         <xsd:enumeration value="soft" />
  1749.                         <xsd:enumeration value="hard" />
  1750.                         <xsd:enumeration value="off" />
  1751.                     </xsd:restriction>
  1752.                 </xsd:simpleType>
  1753.             </xsd:attribute>
  1754.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1755.             <!-- Events -->
  1756.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1757.         </xsd:complexType>
  1758.     </xsd:element>
  1759.     <xsd:element name="q" vs:clientom="phrase" fp:default="onmouseover">
  1760.         <xsd:complexType mixed="true">
  1761.             <xsd:choice>
  1762.                 <xsd:group ref="InlineContent" />
  1763.             </xsd:choice>
  1764.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1765.             <!-- Events -->
  1766.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1767.         </xsd:complexType>
  1768.     </xsd:element>
  1769.     <xsd:element name="rt" fp:default="onclick">
  1770.         <xsd:complexType mixed="true">
  1771.             <xsd:choice>
  1772.                 <xsd:group ref="InlineContent" />
  1773.             </xsd:choice>
  1774.             <xsd:attribute name="Name" />
  1775.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1776.             <!-- Events -->
  1777.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1778.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1779.         </xsd:complexType>
  1780.     </xsd:element>
  1781.     <xsd:element name="ruby" fp:default="onclick">
  1782.         <xsd:complexType mixed="true">
  1783.             <xsd:choice>
  1784.                 <xsd:group ref="InlineContent" />
  1785.                 <xsd:element ref="rt" />
  1786.             </xsd:choice>
  1787.             <xsd:attribute name="Name" />
  1788.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1789.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1790.             <!-- Events -->
  1791.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1792.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1793.         </xsd:complexType>
  1794.     </xsd:element>
  1795.     <xsd:element name="s" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1796.     <xsd:element name="samp" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1797.     <xsd:element name="script" fp:default="onload">
  1798.         <xsd:complexType mixed="true">
  1799.             <xsd:attribute name="Defer" vs:standalone="true" />
  1800.             <xsd:attribute name="Event" />
  1801.             <xsd:attribute name="For" />
  1802.             <xsd:attribute name="Lang" type="i18LanguageCode" /> 
  1803.             <xsd:attribute name="Language" type="scriptLanguageWithPhp" default="javascript" />
  1804.             <xsd:attribute name="Src" type="xsd:anyURI" />
  1805.             <xsd:attribute name="Type" type="scriptType" />
  1806.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1807.             <!-- Events -->
  1808.             <xsd:attribute name="onload" vs:omtype="event" />
  1809.             <xsd:attribute name="onpropertychange" vs:omtype="event" />
  1810.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1811.         </xsd:complexType>
  1812.     </xsd:element>
  1813.     <xsd:element name="select" fp:default="onchange">
  1814.         <xsd:complexType>
  1815.             <xsd:choice>
  1816.                 <xsd:element ref="option" />
  1817.             </xsd:choice>
  1818.             <xsd:attribute name="Multiple" vs:standalone="true" />
  1819.             <xsd:attribute name="Name" />
  1820.             <xsd:attribute name="Size" type="ui4" />
  1821.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1822.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1823.             <!-- Events -->
  1824.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1825.             <xsd:attribute name="onchange" vs:omtype="event" />
  1826.         </xsd:complexType>
  1827.     </xsd:element>
  1828.     <xsd:element name="small" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1829.     <xsd:element name="span" fp:default="onmouseover">
  1830.         <xsd:complexType mixed="true">
  1831.             <xsd:choice>
  1832.                 <xsd:group ref="InlineContent" />
  1833.             </xsd:choice>
  1834.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1835.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1836.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1837.             <!-- Events -->
  1838.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1839.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1840.         </xsd:complexType>
  1841.     </xsd:element>
  1842.     <xsd:element name="strike" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1843.     <xsd:element name="strong" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1844.     <xsd:element name="style">
  1845.         <xsd:complexType mixed="true">
  1846.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1847.             <xsd:attribute name="Dir" default="ltr">
  1848.                 <xsd:simpleType>
  1849.                     <xsd:restriction base="xsd:NMTOKEN">
  1850.                         <xsd:enumeration value="ltr" />
  1851.                         <xsd:enumeration value="rtl" />
  1852.                     </xsd:restriction>
  1853.                 </xsd:simpleType>
  1854.             </xsd:attribute>
  1855.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1856.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  1857.             <xsd:attribute name="Title" type="xsd:string" />
  1858.             <xsd:attribute name="Type" vs:readonly="true">
  1859.                 <xsd:simpleType>
  1860.                     <xsd:restriction base="xsd:string">
  1861.                         <xsd:enumeration value="text/css" />
  1862.                     </xsd:restriction>
  1863.                 </xsd:simpleType>
  1864.             </xsd:attribute>
  1865.             <!-- Events -->
  1866.             <xsd:attribute name="onerror" vs:omtype="event" />
  1867.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1868.         </xsd:complexType>
  1869.     </xsd:element>
  1870.     <xsd:element name="sub" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1871.     <xsd:element name="sup" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1872.     <xsd:element name="table" fp:default="onmouseover">
  1873.         <xsd:complexType>
  1874.             <xsd:choice>
  1875.                 <xsd:element ref="caption" minOccurs="0" maxOccurs="1" />
  1876.                 <xsd:element ref="col" />
  1877.                 <xsd:element ref="colgroup" />
  1878.                 <xsd:element ref="tr" />
  1879.                 <xsd:element ref="thead" minOccurs="0" maxOccurs="1" />
  1880.                 <xsd:element ref="tbody" minOccurs="0" maxOccurs="1" />
  1881.                 <xsd:element ref="tfoot" minOccurs="0" maxOccurs="1" />
  1882.             </xsd:choice>
  1883.             <xsd:attribute name="Align">
  1884.                 <xsd:simpleType>
  1885.                     <xsd:restriction base="xsd:NMTOKEN">
  1886.                         <xsd:enumeration value="center" />
  1887.                         <xsd:enumeration value="left" />
  1888.                         <xsd:enumeration value="middle" vs:nonbrowseable="true" />
  1889.                         <xsd:enumeration value="right" />
  1890.                     </xsd:restriction>
  1891.                 </xsd:simpleType>
  1892.             </xsd:attribute>
  1893.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  1894.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  1895.             <xsd:attribute name="Border" type="xsd:integer" />
  1896.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1897.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  1898.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  1899.             <xsd:attribute name="CellPadding" />
  1900.             <xsd:attribute name="CellSpacing" />
  1901.             <xsd:attribute name="Cols" type="xsd:integer" />
  1902.             <xsd:attribute name="DataPageSize" type="xsd:integer" />
  1903.             <xsd:attribute name="DataSrc" vs:nonbrowseable="true" />
  1904.             <xsd:attribute name="Frame" default="border">
  1905.                 <xsd:simpleType>
  1906.                     <xsd:restriction base="xsd:NMTOKEN">
  1907.                         <xsd:enumeration value="void" />
  1908.                         <xsd:enumeration value="above" />
  1909.                         <xsd:enumeration value="below" />
  1910.                         <xsd:enumeration value="hSides" />
  1911.                         <xsd:enumeration value="vSides" />
  1912.                         <xsd:enumeration value="lhs" />
  1913.                         <xsd:enumeration value="rhs" />
  1914.                         <xsd:enumeration value="box" />
  1915.                         <xsd:enumeration value="border" />
  1916.                     </xsd:restriction>
  1917.                 </xsd:simpleType>
  1918.             </xsd:attribute>
  1919.             <xsd:attribute name="Height" />
  1920.             <xsd:attribute name="Rules">
  1921.                 <xsd:simpleType>
  1922.                     <xsd:restriction base="xsd:NMTOKEN">
  1923.                         <xsd:enumeration value="none" />
  1924.                         <xsd:enumeration value="groups" />
  1925.                         <xsd:enumeration value="Rows" />
  1926.                         <xsd:enumeration value="cols" />
  1927.                         <xsd:enumeration value="all" />
  1928.                     </xsd:restriction>
  1929.                 </xsd:simpleType>
  1930.             </xsd:attribute>
  1931.             <xsd:attribute name="Width" />
  1932.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1933.             <!-- Events -->
  1934.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1935.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1936.         </xsd:complexType>
  1937.     </xsd:element>
  1938.     <xsd:element name="tbody" vs:implicitclosure="true" vs:clientom="tablesection" fp:default="onmouseover">
  1939.         <xsd:complexType>
  1940.             <xsd:choice>
  1941.                 <xsd:element ref="tr" />
  1942.             </xsd:choice>
  1943.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  1944.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  1945.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  1946.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1947.             <!-- Events -->
  1948.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1949.         </xsd:complexType>
  1950.     </xsd:element>
  1951.     <xsd:element name="td" vs:clientom="tablecell" vs:implicitclosure="true" fp:default="onmouseover">
  1952.         <xsd:complexType mixed="true">
  1953.             <xsd:choice>
  1954.                 <xsd:group ref="InlineContent" />
  1955.                 <xsd:group ref="BlockContent" />
  1956.             </xsd:choice>
  1957.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  1958.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  1959.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1960.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  1961.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  1962.             <xsd:attribute name="ColSpan" default="1" type="xsd:integer" />
  1963.             <xsd:attribute name="DataFld" />
  1964.             <xsd:attribute name="Height" />
  1965.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  1966.             <xsd:attribute name="RowSpan" default="1" type="xsd:integer" />
  1967.             <xsd:attribute name="Width" />
  1968.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  1969.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  1970.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1971.             <!-- Events -->
  1972.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1973.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1974.         </xsd:complexType>
  1975.     </xsd:element>
  1976.     <xsd:element name="textarea" fp:default="onchange">
  1977.         <xsd:complexType mixed="true">
  1978.             <xsd:attribute name="Cols" type="ui4" />
  1979.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1980.             <xsd:attribute name="Name" />
  1981.             <xsd:attribute name="ReadOnly" vs:standalone="true" />
  1982.             <xsd:attribute name="Rows" type="ui4" />
  1983.             <xsd:attribute name="Wrap" default="soft">
  1984.                 <xsd:simpleType>
  1985.                     <xsd:restriction base="xsd:NMTOKEN">
  1986.                         <xsd:enumeration value="soft" />
  1987.                         <xsd:enumeration value="hard" />
  1988.                         <xsd:enumeration value="off" />
  1989.                     </xsd:restriction>
  1990.                 </xsd:simpleType>
  1991.             </xsd:attribute>
  1992.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1993.             <!-- Events -->
  1994.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1995.             <xsd:attributeGroup ref="updateEventsGroup" />
  1996.             <xsd:attribute name="onchange" vs:omtype="event" />
  1997.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1998.         </xsd:complexType>
  1999.     </xsd:element>
  2000.     <xsd:element name="tfoot" vs:implicitclosure="true" vs:clientom="tablesection" fp:default="onmouseover">
  2001.         <xsd:complexType mixed="true">
  2002.             <xsd:choice>
  2003.                 <xsd:element ref="tr" />
  2004.             </xsd:choice>
  2005.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2006.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  2007.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  2008.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2009.             <!-- Events -->
  2010.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2011.         </xsd:complexType>
  2012.     </xsd:element>
  2013.     <xsd:element name="th" vs:clientom="tablecell" vs:implicitclosure="true" fp:default="onmouseover">
  2014.         <xsd:complexType mixed="true">
  2015.             <xsd:choice>
  2016.                 <xsd:group ref="InlineContent" />
  2017.                 <xsd:group ref="BlockContent" />
  2018.             </xsd:choice>
  2019.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  2020.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2021.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  2022.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  2023.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  2024.             <xsd:attribute name="ColSpan" default="1" type="xsd:integer" />
  2025.             <xsd:attribute name="DataFld" />
  2026.             <xsd:attribute name="Height" />
  2027.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  2028.             <xsd:attribute name="RowSpan" default="1" type="xsd:integer" />
  2029.             <xsd:attribute name="Width" />
  2030.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  2031.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  2032.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2033.             <!-- Events -->
  2034.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2035.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2036.         </xsd:complexType>
  2037.     </xsd:element>
  2038.     <xsd:element name="thead"  vs:implicitclosure="true" vs:clientom="tablesection" fp:default="onmouseover">
  2039.         <xsd:complexType>
  2040.             <xsd:choice>
  2041.                 <xsd:element ref="tr" />
  2042.             </xsd:choice>
  2043.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2044.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  2045.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  2046.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2047.             <!-- Events -->
  2048.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2049.         </xsd:complexType>
  2050.     </xsd:element>
  2051.     <xsd:element name="title">
  2052.         <xsd:complexType mixed="true">
  2053.             <xsd:attributeGroup ref="i18AttributeGroup" />
  2054.             <xsd:attributeGroup ref="runatAttributeGroup" />
  2055.  
  2056.             <xsd:attribute name="Class" vs:mapstoname="className" />
  2057.             <xsd:attribute name="Language" type="scriptLanguage" vs:readonly="true" />
  2058.             <!-- Events -->
  2059.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  2060.         </xsd:complexType>
  2061.     </xsd:element>
  2062.     <xsd:element name="tr" vs:implicitclosure="true" fp:default="onmouseover">
  2063.         <xsd:complexType>
  2064.             <xsd:choice>
  2065.                 <xsd:element ref="th" />
  2066.                 <xsd:element ref="td" />
  2067.             </xsd:choice>
  2068.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  2069.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2070.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  2071.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  2072.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  2073.             <xsd:attribute name="Height" />
  2074.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  2075.             <xsd:attribute name="Width" />
  2076.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2077.             <!-- Events -->
  2078.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2079.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2080.         </xsd:complexType>
  2081.     </xsd:element>
  2082.     <xsd:element name="tt" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2083.     <xsd:element name="u" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2084.     <xsd:element name="ul" type="ulDef" />
  2085.     <xsd:element name="var" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2086.     <xsd:element name="wbr" vs:clientom="phrase">
  2087.         <xsd:complexType mixed="true">
  2088.             <xsd:attributeGroup ref="coreAttributeGroup" />
  2089.         </xsd:complexType>
  2090.     </xsd:element>
  2091.     <xsd:element name="xml" fp:default="ondataavailable">
  2092.         <xsd:complexType mixed="true">
  2093.             <xsd:attribute name="Src" type="xsd:anyURI" />
  2094.             <xsd:attributeGroup ref="coreAttributeGroup" />
  2095.             <!-- Events -->
  2096.             <xsd:attributeGroup ref="recordsetEventsGroup" />
  2097.         </xsd:complexType>
  2098.     </xsd:element>
  2099.     <xsd:element name="xmp" vs:deprecated="true" vs:clientom="block"  vs:nonbrowseable="true" fp:default="onmouseover">
  2100.         <xsd:complexType mixed="true">
  2101.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2102.             <!-- Events -->
  2103.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2104.         </xsd:complexType>
  2105.     </xsd:element>
  2106.  
  2107.  
  2108.     <!-- Top-level types -->
  2109.     <xsd:complexType name="olDef" fp:default="onmouseover">        
  2110.         <xsd:choice>
  2111.             <xsd:element ref="li" />
  2112.             <xsd:element name="ol" type="olDef" />
  2113.             <xsd:element name="ul" type="ulDef" />
  2114.         </xsd:choice>
  2115.         <xsd:attribute name="Compact" vs:standalone="true" />
  2116.         <xsd:attribute name="Type" default="1" vs:readonly="true">
  2117.             <xsd:simpleType>
  2118.                 <xsd:restriction base="xsd:NMTOKEN">
  2119.                     <xsd:enumeration value="A" />
  2120.                     <xsd:enumeration value="a" />
  2121.                     <xsd:enumeration value="I" />
  2122.                     <xsd:enumeration value="i" />
  2123.                     <xsd:enumeration value="1" />
  2124.                     <xsd:enumeration value="disc" />
  2125.                     <xsd:enumeration value="square" />
  2126.                     <xsd:enumeration value="circle" />
  2127.                 </xsd:restriction>
  2128.             </xsd:simpleType>
  2129.         </xsd:attribute>
  2130.         <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2131.         <!-- Events -->
  2132.         <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2133.     </xsd:complexType>
  2134.  
  2135.     <xsd:complexType name="ulDef" fp:default="onmouseover">
  2136.         <xsd:choice>
  2137.             <xsd:element ref="li" />
  2138.             <xsd:element name="ol" type="olDef" />
  2139.             <xsd:element name="ul" type="ulDef" />
  2140.         </xsd:choice>
  2141.         <xsd:attribute name="Type" default="disc">
  2142.             <xsd:simpleType>
  2143.                 <xsd:restriction base="xsd:NMTOKEN">
  2144.                     <xsd:enumeration value="circle" />
  2145.                     <xsd:enumeration value="disc" />
  2146.                     <xsd:enumeration value="square" />
  2147.                 </xsd:restriction>
  2148.             </xsd:simpleType>
  2149.         </xsd:attribute>
  2150.         <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2151.         <!-- Events -->
  2152.         <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2153.     </xsd:complexType>
  2154.  
  2155.  
  2156.     <!-- XDR datatype derivations -->
  2157.  
  2158.     <xsd:simpleType name="i2">
  2159.         <xsd:restriction base="xsd:integer">
  2160.             <xsd:minInclusive Value="-32768" />
  2161.             <xsd:maxInclusive Value="32767" />
  2162.         </xsd:restriction>
  2163.     </xsd:simpleType>
  2164.  
  2165.     <xsd:simpleType name="ui4">
  2166.         <xsd:restriction base="xsd:nonNegativeInteger">
  2167.             <xsd:minInclusive Value="0" />
  2168.             <xsd:maxInclusive Value="4294967295" />
  2169.         </xsd:restriction>
  2170.     </xsd:simpleType>
  2171.  
  2172.     <xsd:simpleType name="shapeType">
  2173.         <xsd:restriction base="xsd:NMTOKEN">
  2174.             <xsd:enumeration value="rect" />
  2175.             <xsd:enumeration value="rectangle" vs:nonbrowseable="true" />
  2176.             <xsd:enumeration value="circ" />
  2177.             <xsd:enumeration value="circle" vs:nonbrowseable="true" />
  2178.             <xsd:enumeration value="poly" />
  2179.             <xsd:enumeration value="polygon" vs:nonbrowseable="true" />
  2180.             <xsd:enumeration value="default" />
  2181.         </xsd:restriction>
  2182.     </xsd:simpleType>
  2183.  
  2184.     <xsd:simpleType name="frameBorderType">
  2185.         <xsd:restriction base="xsd:NMTOKEN">
  2186.             <xsd:enumeration value="yes" />
  2187.             <xsd:enumeration value="no" />
  2188.             <xsd:enumeration value="1" />
  2189.             <xsd:enumeration value="0" />
  2190.         </xsd:restriction>
  2191.     </xsd:simpleType>
  2192.  
  2193.     <xsd:simpleType name="scrollingType">
  2194.         <xsd:restriction base="xsd:NMTOKEN">
  2195.             <xsd:enumeration value="auto" />
  2196.             <xsd:enumeration value="no" />
  2197.             <xsd:enumeration value="yes" />
  2198.         </xsd:restriction>
  2199.     </xsd:simpleType>
  2200.  
  2201.     <xsd:simpleType name="imgAlignType">
  2202.         <xsd:restriction base="xsd:NMTOKEN">
  2203.             <xsd:enumeration value="top" />
  2204.             <xsd:enumeration value="middle" />
  2205.             <xsd:enumeration value="bottom" />
  2206.             <xsd:enumeration value="left" />
  2207.             <xsd:enumeration value="right" />
  2208.         </xsd:restriction>
  2209.     </xsd:simpleType>
  2210.  
  2211.     <xsd:simpleType name="textAlignType">
  2212.         <xsd:restriction base="xsd:NMTOKEN">
  2213.             <xsd:enumeration value="left" />
  2214.             <xsd:enumeration value="center" />
  2215.             <xsd:enumeration value="right" />
  2216.         </xsd:restriction>
  2217.     </xsd:simpleType>
  2218.  
  2219.     <xsd:simpleType name="tFrameType">
  2220.         <xsd:restriction base="xsd:NMTOKEN">
  2221.             <xsd:enumeration value="void" />
  2222.             <xsd:enumeration value="above" />
  2223.             <xsd:enumeration value="below" />
  2224.             <xsd:enumeration value="hsides" />
  2225.             <xsd:enumeration value="lhs" />
  2226.             <xsd:enumeration value="rhs" />
  2227.             <xsd:enumeration value="vsides" />
  2228.             <xsd:enumeration value="box" />
  2229.             <xsd:enumeration value="border" />
  2230.         </xsd:restriction>
  2231.     </xsd:simpleType>
  2232.  
  2233.     <xsd:simpleType name="tRulesType">
  2234.         <xsd:restriction base="xsd:NMTOKEN">
  2235.             <xsd:enumeration value="none" />
  2236.             <xsd:enumeration value="groups" />
  2237.             <xsd:enumeration value="Rows" />
  2238.             <xsd:enumeration value="cols" />
  2239.             <xsd:enumeration value="all" />
  2240.         </xsd:restriction>
  2241.     </xsd:simpleType>
  2242.  
  2243.     <xsd:simpleType name="scopeType">
  2244.         <xsd:restriction base="xsd:NMTOKEN">
  2245.             <xsd:enumeration value="row" />
  2246.             <xsd:enumeration value="col" />
  2247.             <xsd:enumeration value="rowgroup" />
  2248.             <xsd:enumeration value="colgroup" />
  2249.         </xsd:restriction>
  2250.     </xsd:simpleType>
  2251.  
  2252.     <xsd:simpleType name="colAlignWithJustifyType">
  2253.         <xsd:restriction base="xsd:NMTOKEN">
  2254.             <xsd:enumeration value="center" />
  2255.             <xsd:enumeration value="justify" />
  2256.             <xsd:enumeration value="left" />
  2257.             <xsd:enumeration value="right" />
  2258.         </xsd:restriction>
  2259.     </xsd:simpleType>
  2260.  
  2261.     <xsd:simpleType name="colAlignType">
  2262.         <xsd:restriction base="xsd:NMTOKEN">
  2263.             <xsd:enumeration value="center" />
  2264.             <xsd:enumeration value="left" />
  2265.             <xsd:enumeration value="right" />
  2266.         </xsd:restriction>
  2267.     </xsd:simpleType>
  2268.  
  2269.     <xsd:simpleType name="colVAlignType">
  2270.         <xsd:restriction base="xsd:NMTOKEN">
  2271.             <xsd:enumeration value="baseline" />
  2272.             <xsd:enumeration value="bottom" />
  2273.             <xsd:enumeration value="middle" />
  2274.             <xsd:enumeration value="top" />
  2275.         </xsd:restriction>
  2276.     </xsd:simpleType>
  2277.  
  2278.     <xsd:simpleType name="blockAlignType">
  2279.         <xsd:restriction base="xsd:NMTOKEN">
  2280.             <xsd:enumeration value="absbottom" />
  2281.             <xsd:enumeration value="absmiddle" />
  2282.             <xsd:enumeration value="baseline" />
  2283.             <xsd:enumeration value="bottom" />
  2284.             <xsd:enumeration value="left" />
  2285.             <xsd:enumeration value="middle" />
  2286.             <xsd:enumeration value="right" />
  2287.             <xsd:enumeration value="texttop" />
  2288.             <xsd:enumeration value="top" />
  2289.         </xsd:restriction>
  2290.     </xsd:simpleType>
  2291.  
  2292.     <xsd:simpleType name="onoffType">
  2293.         <xsd:restriction base="xsd:NMTOKEN">
  2294.             <xsd:enumeration value="on" />
  2295.             <xsd:enumeration value="off" />
  2296.         </xsd:restriction>
  2297.     </xsd:simpleType>
  2298.  
  2299.     <xsd:attributeGroup name="cellHAlignTypeAttributes">
  2300.         <xsd:attribute name="Align" type="colAlignType" default="left" />
  2301.     </xsd:attributeGroup>
  2302.  
  2303.     <xsd:attributeGroup name="cellVAlignTypeAttributes">
  2304.         <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  2305.     </xsd:attributeGroup>
  2306.  
  2307.     <xsd:complexType mixed="true" name="simpleInlineElement">
  2308.         <xsd:choice>
  2309.             <xsd:group ref="InlineContent" />
  2310.         </xsd:choice>
  2311.         <xsd:attribute name="Disabled" vs:standalone="true" />
  2312.         <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2313.         <!-- Events -->
  2314.         <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2315.     </xsd:complexType>
  2316.  
  2317. </xsd:schema>
  2318.